public class Analytics.Management.Webproperties
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Analytics.Management.Webproperties.Get |
class |
Analytics.Management.Webproperties.Insert |
class |
Analytics.Management.Webproperties.List |
class |
Analytics.Management.Webproperties.Patch |
class |
Analytics.Management.Webproperties.Update |
Constructor and Description |
---|
Analytics.Management.Webproperties() |
Modifier and Type | Method and Description |
---|---|
Analytics.Management.Webproperties.Get |
get(java.lang.String accountId,
java.lang.String webPropertyId)
Gets a web property to which the user has access.
|
Analytics.Management.Webproperties.Insert |
insert(java.lang.String accountId,
Webproperty content)
Create a new property if the account has fewer than 20 properties.
|
Analytics.Management.Webproperties.List |
list(java.lang.String accountId)
Lists web properties to which the user has access.
|
Analytics.Management.Webproperties.Patch |
patch(java.lang.String accountId,
java.lang.String webPropertyId,
Webproperty content)
Updates an existing web property.
|
Analytics.Management.Webproperties.Update |
update(java.lang.String accountId,
java.lang.String webPropertyId,
Webproperty content)
Updates an existing web property.
|
public Analytics.Management.Webproperties.Get get(java.lang.String accountId, java.lang.String webPropertyId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.accountId
- Account ID to retrieve the web property for.webPropertyId
- ID to retrieve the web property for.java.io.IOException
public Analytics.Management.Webproperties.Insert insert(java.lang.String accountId, Webproperty content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.accountId
- Account ID to create the web property for.content
- the Webproperty
java.io.IOException
public Analytics.Management.Webproperties.List list(java.lang.String accountId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.accountId
- Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which
refers to all the accounts that user has access to.java.io.IOException
public Analytics.Management.Webproperties.Patch patch(java.lang.String accountId, java.lang.String webPropertyId, Webproperty content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.accountId
- Account ID to which the web property belongswebPropertyId
- Web property IDcontent
- the Webproperty
java.io.IOException
public Analytics.Management.Webproperties.Update update(java.lang.String accountId, java.lang.String webPropertyId, Webproperty content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.accountId
- Account ID to which the web property belongswebPropertyId
- Web property IDcontent
- the Webproperty
java.io.IOException