Google Analytics API v3 (revision 41)



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

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

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

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

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