Google Analytics API v3 (revision 41)



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

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

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

Methods in com.google.api.services.analytics.model that return Profile
 Profile Profile.clone()
           
 Profile Profile.set(String fieldName, Object value)
           
 Profile Profile.setAccountId(String accountId)
          Account ID to which this profile belongs.
 Profile Profile.setChildLink(Profile.ChildLink childLink)
          Child link for this profile.
 Profile Profile.setCreated(DateTime created)
          Time this profile was created.
 Profile Profile.setCurrency(String currency)
          The currency type associated with this profile.
 Profile Profile.setDefaultPage(String defaultPage)
          Default page for this profile.
 Profile Profile.setECommerceTracking(Boolean eCommerceTracking)
          E-commerce tracking parameter for this profile.
 Profile Profile.setExcludeQueryParameters(String excludeQueryParameters)
          The query parameters that are excluded from this profile.
 Profile Profile.setId(String id)
          Profile ID.
 Profile Profile.setInternalWebPropertyId(String internalWebPropertyId)
          Internal ID for the web property to which this profile belongs.
 Profile Profile.setKind(String kind)
          Resource type for Analytics profile.
 Profile Profile.setName(String name)
          Name of this profile.
 Profile Profile.setParentLink(Profile.ParentLink parentLink)
          Parent link for this profile.
 Profile Profile.setSelfLink(String selfLink)
          Link for this profile.
 Profile Profile.setSiteSearchCategoryParameters(String siteSearchCategoryParameters)
          Site search category parameters for this profile.
 Profile Profile.setSiteSearchQueryParameters(String siteSearchQueryParameters)
          The site search query parameters for this profile.
 Profile Profile.setTimezone(String timezone)
          Time zone for which this profile has been configured.
 Profile Profile.setType(String type)
          Profile type.
 Profile Profile.setUpdated(DateTime updated)
          Time this profile was last modified.
 Profile Profile.setWebPropertyId(String webPropertyId)
          Web property ID of the form UA-XXXXX-YY to which this profile belongs.
 Profile Profile.setWebsiteUrl(String websiteUrl)
          Website URL for this profile.
 

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

Method parameters in com.google.api.services.analytics.model with type arguments of type Profile
 Profiles Profiles.setItems(List<Profile> items)
          A list of profiles.