| Package | Description |
|---|---|
| com.google.api.services.analyticsreporting.v4.model |
| Modifier and Type | Method and Description |
|---|---|
SequenceSegment |
SequenceSegment.clone() |
SequenceSegment |
SegmentFilter.getSequenceSegment()
Sequence conditions consist of one or more steps, where each step is defined by one or more
dimension/metric conditions.
|
SequenceSegment |
SequenceSegment.set(java.lang.String fieldName,
java.lang.Object value) |
SequenceSegment |
SequenceSegment.setFirstStepShouldMatchFirstHit(java.lang.Boolean firstStepShouldMatchFirstHit)
If set, first step condition must match the first hit of the visitor (in the date range).
|
SequenceSegment |
SequenceSegment.setSegmentSequenceSteps(java.util.List<SegmentSequenceStep> segmentSequenceSteps)
The list of steps in the sequence.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|