Google Analytics API v3 (revision 41)



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

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

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

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

Methods in com.google.api.services.analytics.model with parameters of type Webproperty.ParentLink
 Webproperty Webproperty.setParentLink(Webproperty.ParentLink parentLink)
          Parent link for this web property.