public class Analytics.Management.Filters extends 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(String accountId,
String filterId)
Delete a filter.
|
Analytics.Management.Filters.Get |
get(String accountId,
String filterId)
Returns a filters to which the user has access.
|
Analytics.Management.Filters.Insert |
insert(String accountId,
Filter content)
Create a new filter.
|
Analytics.Management.Filters.List |
list(String accountId)
Lists all filters for an account
Create a request for the method "filters.list".
|
Analytics.Management.Filters.Patch |
patch(String accountId,
String filterId,
Filter content)
Updates an existing filter.
|
Analytics.Management.Filters.Update |
update(String accountId,
String filterId,
Filter content)
Updates an existing filter.
|
public Analytics.Management.Filters.Delete delete(String accountId, String filterId) throws 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.IOExceptionpublic Analytics.Management.Filters.Get get(String accountId, String filterId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve filters for.filterId - Filter ID to retrieve filters for.IOExceptionpublic Analytics.Management.Filters.Insert insert(String accountId, Filter content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to create filter for.content - the FilterIOExceptionpublic Analytics.Management.Filters.List list(String accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve filters for.IOExceptionpublic Analytics.Management.Filters.Patch patch(String accountId, String filterId, Filter content) throws 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 FilterIOExceptionpublic Analytics.Management.Filters.Update update(String accountId, String filterId, Filter content) throws 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 FilterIOException