public class Analytics.Management.Filters
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.Filters.Delete |
class |
Analytics.Management.Filters.Get |
class |
Analytics.Management.Filters.Insert |
class |
Analytics.Management.Filters.List |
class |
Analytics.Management.Filters.Patch |
class |
Analytics.Management.Filters.Update |
| Constructor and Description |
|---|
Analytics.Management.Filters() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.Filters.Delete |
delete(java.lang.String accountId,
java.lang.String filterId)
Delete a filter.
|
Analytics.Management.Filters.Get |
get(java.lang.String accountId,
java.lang.String filterId)
Returns a filters to which the user has access.
|
Analytics.Management.Filters.Insert |
insert(java.lang.String accountId,
Filter content)
Create a new filter.
|
Analytics.Management.Filters.List |
list(java.lang.String accountId)
Lists all filters for an account
Create a request for the method "filters.list".
|
Analytics.Management.Filters.Patch |
patch(java.lang.String accountId,
java.lang.String filterId,
Filter content)
Updates an existing filter.
|
Analytics.Management.Filters.Update |
update(java.lang.String accountId,
java.lang.String filterId,
Filter content)
Updates an existing filter.
|
public Analytics.Management.Filters.Delete delete(java.lang.String accountId, java.lang.String filterId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to delete the filter for.filterId - ID of the filter to be deleted.java.io.IOExceptionpublic Analytics.Management.Filters.Get get(java.lang.String accountId, java.lang.String filterId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve filters for.filterId - Filter ID to retrieve filters for.java.io.IOExceptionpublic Analytics.Management.Filters.Insert insert(java.lang.String accountId, Filter content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to create filter for.content - the Filterjava.io.IOExceptionpublic Analytics.Management.Filters.List list(java.lang.String accountId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve filters for.java.io.IOExceptionpublic Analytics.Management.Filters.Patch patch(java.lang.String accountId, java.lang.String filterId, Filter content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which the filter belongs.filterId - ID of the filter to be updated.content - the Filterjava.io.IOExceptionpublic Analytics.Management.Filters.Update update(java.lang.String accountId, java.lang.String filterId, Filter content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which the filter belongs.filterId - ID of the filter to be updated.content - the Filterjava.io.IOException