| Package | Description |
|---|---|
| com.google.api.services.analyticsreporting.v4.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentFilter |
SegmentFilter.clone() |
SegmentFilter |
SegmentFilter.set(String fieldName,
Object value) |
SegmentFilter |
SegmentFilter.setNot(Boolean not)
If true, match the complement of simple or sequence segment.
|
SegmentFilter |
SegmentFilter.setSequenceSegment(SequenceSegment sequenceSegment)
Sequence conditions consist of one or more steps, where each step is defined by one or more
dimension/metric conditions.
|
SegmentFilter |
SegmentFilter.setSimpleSegment(SimpleSegment simpleSegment)
A Simple segment conditions consist of one or more dimension/metric conditions that can be
combined
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentFilter> |
SegmentDefinition.getSegmentFilters()
A segment is defined by a set of segment filters which are combined together with a logical
`AND` operation.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentDefinition |
SegmentDefinition.setSegmentFilters(List<SegmentFilter> segmentFilters)
A segment is defined by a set of segment filters which are combined together with a logical
`AND` operation.
|
Copyright © 2011–2021 Google. All rights reserved.