Google Analytics API v3 (revision 41)



Uses of Class
com.google.api.services.analytics.model.GaData.ProfileInfo

Packages that use GaData.ProfileInfo
com.google.api.services.analytics.model   
 

Uses of GaData.ProfileInfo in com.google.api.services.analytics.model
 

Methods in com.google.api.services.analytics.model that return GaData.ProfileInfo
 GaData.ProfileInfo GaData.ProfileInfo.clone()
           
 GaData.ProfileInfo GaData.getProfileInfo()
          Information for the profile, for which the Analytics data was requested.
 GaData.ProfileInfo GaData.ProfileInfo.set(String fieldName, Object value)
           
 GaData.ProfileInfo GaData.ProfileInfo.setAccountId(String accountId)
          Account ID to which this profile belongs.
 GaData.ProfileInfo GaData.ProfileInfo.setInternalWebPropertyId(String internalWebPropertyId)
          Internal ID for the web property to which this profile belongs.
 GaData.ProfileInfo GaData.ProfileInfo.setProfileId(String profileId)
          Profile ID.
 GaData.ProfileInfo GaData.ProfileInfo.setProfileName(String profileName)
          Profile name.
 GaData.ProfileInfo GaData.ProfileInfo.setTableId(String tableId)
          Table ID for profile.
 GaData.ProfileInfo GaData.ProfileInfo.setWebPropertyId(String webPropertyId)
          Web Property ID to which this profile belongs.
 

Methods in com.google.api.services.analytics.model with parameters of type GaData.ProfileInfo
 GaData GaData.setProfileInfo(GaData.ProfileInfo profileInfo)
          Information for the profile, for which the Analytics data was requested.