SegmentDimensions.Builder |
SegmentDimensions.Builder.attributes(Map<String,AttributeDimension> attributes) |
One or more custom attributes to use as criteria for the segment.
|
default SegmentDimensions.Builder |
SegmentDimensions.Builder.behavior(Consumer<SegmentBehaviors.Builder> behavior) |
The behavior-based criteria, such as how recently users have used your app, for the segment.
|
SegmentDimensions.Builder |
SegmentDimensions.Builder.behavior(SegmentBehaviors behavior) |
The behavior-based criteria, such as how recently users have used your app, for the segment.
|
static SegmentDimensions.Builder |
SegmentDimensions.builder() |
|
default SegmentDimensions.Builder |
SegmentDimensions.Builder.demographic(Consumer<SegmentDemographics.Builder> demographic) |
The demographic-based criteria, such as device platform, for the segment.
|
SegmentDimensions.Builder |
SegmentDimensions.Builder.demographic(SegmentDemographics demographic) |
The demographic-based criteria, such as device platform, for the segment.
|
default SegmentDimensions.Builder |
SegmentDimensions.Builder.location(Consumer<SegmentLocation.Builder> location) |
The location-based criteria, such as region or GPS coordinates, for the segment.
|
SegmentDimensions.Builder |
SegmentDimensions.Builder.location(SegmentLocation location) |
The location-based criteria, such as region or GPS coordinates, for the segment.
|
SegmentDimensions.Builder |
SegmentDimensions.Builder.metrics(Map<String,MetricDimension> metrics) |
One or more custom metrics to use as criteria for the segment.
|
SegmentDimensions.Builder |
SegmentDimensions.toBuilder() |
|
SegmentDimensions.Builder |
SegmentDimensions.Builder.userAttributes(Map<String,AttributeDimension> userAttributes) |
One or more custom user attributes to use as criteria for the segment.
|