| Package | Description |
|---|---|
| com.google.api.services.analytics | |
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.Filters.Insert |
Analytics.Management.Filters.insert(String accountId,
Filter content)
Create a new filter.
|
Analytics.Management.Filters.Patch |
Analytics.Management.Filters.patch(String accountId,
String filterId,
Filter content)
Updates an existing filter.
|
Analytics.Management.Filters.Update |
Analytics.Management.Filters.update(String accountId,
String filterId,
Filter content)
Updates an existing filter.
|
| Constructor and Description |
|---|
Analytics.Management.Filters.Insert(String accountId,
Filter content)
Create a new filter.
|
Analytics.Management.Filters.Patch(String accountId,
String filterId,
Filter content)
Updates an existing filter.
|
Analytics.Management.Filters.Update(String accountId,
String filterId,
Filter content)
Updates an existing filter.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.set(String fieldName,
Object value) |
Filter |
Filter.setAccountId(String accountId)
Account ID to which this filter belongs.
|
Filter |
Filter.setAdvancedDetails(Filter.AdvancedDetails advancedDetails)
Details for the filter of the type ADVANCED.
|
Filter |
Filter.setCreated(DateTime created)
Time this filter was created.
|
Filter |
Filter.setExcludeDetails(FilterExpression excludeDetails)
Details for the filter of the type EXCLUDE.
|
Filter |
Filter.setId(String id)
Filter ID.
|
Filter |
Filter.setIncludeDetails(FilterExpression includeDetails)
Details for the filter of the type INCLUDE.
|
Filter |
Filter.setKind(String kind)
Resource type for Analytics filter.
|
Filter |
Filter.setLowercaseDetails(Filter.LowercaseDetails lowercaseDetails)
Details for the filter of the type LOWER.
|
Filter |
Filter.setName(String name)
Name of this filter.
|
Filter |
Filter.setParentLink(Filter.ParentLink parentLink)
Parent link for this filter.
|
Filter |
Filter.setSearchAndReplaceDetails(Filter.SearchAndReplaceDetails searchAndReplaceDetails)
Details for the filter of the type SEARCH_AND_REPLACE.
|
Filter |
Filter.setSelfLink(String selfLink)
Link for this filter.
|
Filter |
Filter.setType(String type)
Type of this filter.
|
Filter |
Filter.setUpdated(DateTime updated)
Time this filter was last modified.
|
Filter |
Filter.setUppercaseDetails(Filter.UppercaseDetails uppercaseDetails)
Details for the filter of the type UPPER.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
Filters.getItems()
A list of filters.
|
| Modifier and Type | Method and Description |
|---|---|
Filters |
Filters.setItems(List<Filter> items)
A list of filters.
|