Google Analytics API v3 (revision 41)



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

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

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

Methods in com.google.api.services.analytics.model that return Account
 Account Account.clone()
           
 Account Account.set(String fieldName, Object value)
           
 Account Account.setChildLink(Account.ChildLink childLink)
          Child link for an account entry.
 Account Account.setCreated(DateTime created)
          Time the account was created.
 Account Account.setId(String id)
          Account ID.
 Account Account.setKind(String kind)
          Resource type for Analytics account.
 Account Account.setName(String name)
          Account name.
 Account Account.setSelfLink(String selfLink)
          Link for this account.
 Account Account.setUpdated(DateTime updated)
          Time the account was last modified.
 

Methods in com.google.api.services.analytics.model that return types with arguments of type Account
 List<Account> Accounts.getItems()
          A list of accounts.
 

Method parameters in com.google.api.services.analytics.model with type arguments of type Account
 Accounts Accounts.setItems(List<Account> items)
          A list of accounts.