Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
SegmentSequenceStep |
SegmentSequenceStep.clone() |
SegmentSequenceStep |
SegmentSequenceStep.set(String fieldName,
Object value) |
SegmentSequenceStep |
SegmentSequenceStep.setMatchType(String matchType)
Specifies if the step immediately precedes or can be any time before the next step.
|
SegmentSequenceStep |
SegmentSequenceStep.setOrFiltersForSegment(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 |
---|---|
List<SegmentSequenceStep> |
SequenceSegment.getSegmentSequenceSteps()
The list of steps in the sequence.
|
Modifier and Type | Method and Description |
---|---|
SequenceSegment |
SequenceSegment.setSegmentSequenceSteps(List<SegmentSequenceStep> segmentSequenceSteps)
The list of steps in the sequence.
|
Copyright © 2011–2022 Google. All rights reserved.