| Package | Description |
|---|---|
| com.google.api.services.analyticsreporting.v4.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentSequenceStep |
SegmentSequenceStep.clone() |
SegmentSequenceStep |
SegmentSequenceStep.set(java.lang.String fieldName,
java.lang.Object value) |
SegmentSequenceStep |
SegmentSequenceStep.setMatchType(java.lang.String matchType)
Specifies if the step immediately precedes or can be any time before the next step.
|
SegmentSequenceStep |
SegmentSequenceStep.setOrFiltersForSegment(java.util.List<OrFiltersForSegment> orFiltersForSegment)
A sequence is specified with a list of Or grouped filters which are combined with `AND`
operator.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SegmentSequenceStep> |
SequenceSegment.getSegmentSequenceSteps()
The list of steps in the sequence.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceSegment |
SequenceSegment.setSegmentSequenceSteps(java.util.List<SegmentSequenceStep> segmentSequenceSteps)
The list of steps in the sequence.
|