Google Analytics API v3 (revision 41)



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

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

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

Methods in com.google.api.services.analytics.model that return Goal
 Goal Goal.clone()
           
 Goal Goal.set(String fieldName, Object value)
           
 Goal Goal.setAccountId(String accountId)
          Account ID to which this goal belongs.
 Goal Goal.setActive(Boolean active)
          Determines whether this goal is active.
 Goal Goal.setCreated(DateTime created)
          Time this goal was created.
 Goal Goal.setEventDetails(Goal.EventDetails eventDetails)
          Details for the goal of the type EVENT.
 Goal Goal.setId(String id)
          Goal ID.
 Goal Goal.setInternalWebPropertyId(String internalWebPropertyId)
          Internal ID for the web property to which this goal belongs.
 Goal Goal.setKind(String kind)
          Resource type for an Analytics goal.
 Goal Goal.setName(String name)
          Goal name.
 Goal Goal.setParentLink(Goal.ParentLink parentLink)
          Parent link for a goal.
 Goal Goal.setProfileId(String profileId)
          Profile ID to which this goal belongs.
 Goal Goal.setSelfLink(String selfLink)
          Link for this goal.
 Goal Goal.setType(String type)
          Goal type.
 Goal Goal.setUpdated(DateTime updated)
          Time this goal was last modified.
 Goal Goal.setUrlDestinationDetails(Goal.UrlDestinationDetails urlDestinationDetails)
          Details for the goal of the type URL_DESTINATION.
 Goal Goal.setValue(Float value)
          Goal value.
 Goal Goal.setVisitNumPagesDetails(Goal.VisitNumPagesDetails visitNumPagesDetails)
          Details for the goal of the type VISIT_NUM_PAGES.
 Goal Goal.setVisitTimeOnSiteDetails(Goal.VisitTimeOnSiteDetails visitTimeOnSiteDetails)
          Details for the goal of the type VISIT_TIME_ON_SITE.
 Goal Goal.setWebPropertyId(String webPropertyId)
          Web property ID to which this goal belongs.
 

Methods in com.google.api.services.analytics.model that return types with arguments of type Goal
 List<Goal> Goals.getItems()
          A list of goals.
 

Method parameters in com.google.api.services.analytics.model with type arguments of type Goal
 Goals Goals.setItems(List<Goal> items)
          A list of goals.