static SimpleCondition.Builder |
SimpleCondition.builder() |
|
default SimpleCondition.Builder |
SimpleCondition.Builder.eventCondition(Consumer<EventCondition.Builder> eventCondition) |
The dimension settings for the event that's associated with the activity.
|
SimpleCondition.Builder |
SimpleCondition.Builder.eventCondition(EventCondition eventCondition) |
The dimension settings for the event that's associated with the activity.
|
default SimpleCondition.Builder |
SimpleCondition.Builder.segmentCondition(Consumer<SegmentCondition.Builder> segmentCondition) |
The segment that's associated with the activity.
|
SimpleCondition.Builder |
SimpleCondition.Builder.segmentCondition(SegmentCondition segmentCondition) |
The segment that's associated with the activity.
|
default SimpleCondition.Builder |
SimpleCondition.Builder.segmentDimensions(Consumer<SegmentDimensions.Builder> segmentDimensions) |
The dimension settings for the segment that's associated with the activity.
|
SimpleCondition.Builder |
SimpleCondition.Builder.segmentDimensions(SegmentDimensions segmentDimensions) |
The dimension settings for the segment that's associated with the activity.
|
SimpleCondition.Builder |
SimpleCondition.toBuilder() |
|