Google Analytics API v3 (revision 41)



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

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

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

Methods in com.google.api.services.analytics.model that return Webproperty.ChildLink
 Webproperty.ChildLink Webproperty.ChildLink.clone()
           
 Webproperty.ChildLink Webproperty.getChildLink()
          Child link for this web property.
 Webproperty.ChildLink Webproperty.ChildLink.set(String fieldName, Object value)
           
 Webproperty.ChildLink Webproperty.ChildLink.setHref(String href)
          Link to the list of profiles for this web property.
 Webproperty.ChildLink Webproperty.ChildLink.setType(String type)
          Type of the parent link.
 

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