Google Analytics API v3 (revision 41)



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

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

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

Methods in com.google.api.services.analytics.model that return Profile.ChildLink
 Profile.ChildLink Profile.ChildLink.clone()
           
 Profile.ChildLink Profile.getChildLink()
          Child link for this profile.
 Profile.ChildLink Profile.ChildLink.set(String fieldName, Object value)
           
 Profile.ChildLink Profile.ChildLink.setHref(String href)
          Link to the list of goals for this profile.
 Profile.ChildLink Profile.ChildLink.setType(String type)
          Value is "analytics#goals".
 

Methods in com.google.api.services.analytics.model with parameters of type Profile.ChildLink
 Profile Profile.setChildLink(Profile.ChildLink childLink)
          Child link for this profile.