Google Analytics API v3 (revision 41)



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

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

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

Methods in com.google.api.services.analytics.model that return Account.ChildLink
 Account.ChildLink Account.ChildLink.clone()
           
 Account.ChildLink Account.getChildLink()
          Child link for an account entry.
 Account.ChildLink Account.ChildLink.set(String fieldName, Object value)
           
 Account.ChildLink Account.ChildLink.setHref(String href)
          Link to the list of web properties for this account.
 Account.ChildLink Account.ChildLink.setType(String type)
          Type of the child link.
 

Methods in com.google.api.services.analytics.model with parameters of type Account.ChildLink
 Account Account.setChildLink(Account.ChildLink childLink)
          Child link for an account entry.