Google Analytics API v3 (revision 41)



Uses of Class
com.google.api.services.analytics.model.Goal.UrlDestinationDetails

Packages that use Goal.UrlDestinationDetails
com.google.api.services.analytics.model   
 

Uses of Goal.UrlDestinationDetails in com.google.api.services.analytics.model
 

Methods in com.google.api.services.analytics.model that return Goal.UrlDestinationDetails
 Goal.UrlDestinationDetails Goal.UrlDestinationDetails.clone()
           
 Goal.UrlDestinationDetails Goal.getUrlDestinationDetails()
          Details for the goal of the type URL_DESTINATION.
 Goal.UrlDestinationDetails Goal.UrlDestinationDetails.set(String fieldName, Object value)
           
 Goal.UrlDestinationDetails Goal.UrlDestinationDetails.setCaseSensitive(Boolean caseSensitive)
          Determines if the goal URL must exactly match the capitalization of visited URLs.
 Goal.UrlDestinationDetails Goal.UrlDestinationDetails.setFirstStepRequired(Boolean firstStepRequired)
          Determines if the first step in this goal is required.
 Goal.UrlDestinationDetails Goal.UrlDestinationDetails.setMatchType(String matchType)
          Match type for the goal URL.
 Goal.UrlDestinationDetails Goal.UrlDestinationDetails.setSteps(List<Goal.UrlDestinationDetails.Steps> steps)
          List of steps configured for this goal funnel.
 Goal.UrlDestinationDetails Goal.UrlDestinationDetails.setUrl(String url)
          URL for this goal.
 

Methods in com.google.api.services.analytics.model with parameters of type Goal.UrlDestinationDetails
 Goal Goal.setUrlDestinationDetails(Goal.UrlDestinationDetails urlDestinationDetails)
          Details for the goal of the type URL_DESTINATION.