Google Analytics API v3 (revision 41)



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

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

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

Methods in com.google.api.services.analytics.model that return Webproperty
 Webproperty Webproperty.clone()
           
 Webproperty Webproperty.set(String fieldName, Object value)
           
 Webproperty Webproperty.setAccountId(String accountId)
          Account ID to which this web property belongs.
 Webproperty Webproperty.setChildLink(Webproperty.ChildLink childLink)
          Child link for this web property.
 Webproperty Webproperty.setCreated(DateTime created)
          Time this web property was created.
 Webproperty Webproperty.setId(String id)
          Web property ID of the form UA-XXXXX-YY.
 Webproperty Webproperty.setInternalWebPropertyId(String internalWebPropertyId)
          Internal ID for this web property.
 Webproperty Webproperty.setKind(String kind)
          Resource type for Analytics WebProperty.
 Webproperty Webproperty.setName(String name)
          Name of this web property.
 Webproperty Webproperty.setParentLink(Webproperty.ParentLink parentLink)
          Parent link for this web property.
 Webproperty Webproperty.setSelfLink(String selfLink)
          Link for this web property.
 Webproperty Webproperty.setUpdated(DateTime updated)
          Time this web property was last modified.
 Webproperty Webproperty.setWebsiteUrl(String websiteUrl)
          Website url for this web property.
 

Methods in com.google.api.services.analytics.model that return types with arguments of type Webproperty
 List<Webproperty> Webproperties.getItems()
          A list of web properties.
 

Method parameters in com.google.api.services.analytics.model with type arguments of type Webproperty
 Webproperties Webproperties.setItems(List<Webproperty> items)
          A list of web properties.