| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
FilterExpression.clone() |
FilterExpression |
Filter.getExcludeDetails()
Details for the filter of the type EXCLUDE.
|
FilterExpression |
Filter.getIncludeDetails()
Details for the filter of the type INCLUDE.
|
FilterExpression |
FilterExpression.set(java.lang.String fieldName,
java.lang.Object value) |
FilterExpression |
FilterExpression.setCaseSensitive(java.lang.Boolean caseSensitive)
Determines if the filter is case sensitive.
|
FilterExpression |
FilterExpression.setExpressionValue(java.lang.String expressionValue)
Filter expression value
|
FilterExpression |
FilterExpression.setField(java.lang.String field)
Field to filter.
|
FilterExpression |
FilterExpression.setFieldIndex(java.lang.Integer fieldIndex)
The Index of the custom dimension.
|
FilterExpression |
FilterExpression.setKind(java.lang.String kind)
Kind value for filter expression
|
FilterExpression |
FilterExpression.setMatchType(java.lang.String matchType)
Match type for this filter.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.setExcludeDetails(FilterExpression excludeDetails)
Details for the filter of the type EXCLUDE.
|
Filter |
Filter.setIncludeDetails(FilterExpression includeDetails)
Details for the filter of the type INCLUDE.
|