public static interface SegmentDemographics.Builder extends SdkPojo, CopyableBuilder<SegmentDemographics.Builder,SegmentDemographics>
| Modifier and Type | Method and Description |
|---|---|
default SegmentDemographics.Builder |
appVersion(Consumer<SetDimension.Builder> appVersion)
The app version criteria for the segment.
|
SegmentDemographics.Builder |
appVersion(SetDimension appVersion)
The app version criteria for the segment.
|
default SegmentDemographics.Builder |
channel(Consumer<SetDimension.Builder> channel)
The channel criteria for the segment.
|
SegmentDemographics.Builder |
channel(SetDimension channel)
The channel criteria for the segment.
|
default SegmentDemographics.Builder |
deviceType(Consumer<SetDimension.Builder> deviceType)
The device type criteria for the segment.
|
SegmentDemographics.Builder |
deviceType(SetDimension deviceType)
The device type criteria for the segment.
|
default SegmentDemographics.Builder |
make(Consumer<SetDimension.Builder> make)
The device make criteria for the segment.
|
SegmentDemographics.Builder |
make(SetDimension make)
The device make criteria for the segment.
|
default SegmentDemographics.Builder |
model(Consumer<SetDimension.Builder> model)
The device model criteria for the segment.
|
SegmentDemographics.Builder |
model(SetDimension model)
The device model criteria for the segment.
|
default SegmentDemographics.Builder |
platform(Consumer<SetDimension.Builder> platform)
The device platform criteria for the segment.
|
SegmentDemographics.Builder |
platform(SetDimension platform)
The device platform criteria for the segment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSegmentDemographics.Builder appVersion(SetDimension appVersion)
The app version criteria for the segment.
appVersion - The app version criteria for the segment.default SegmentDemographics.Builder appVersion(Consumer<SetDimension.Builder> appVersion)
The app version criteria for the segment.
This is a convenience method that creates an instance of theSetDimension.Builder avoiding the need
to create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to appVersion(SetDimension).appVersion - a consumer that will call methods on SetDimension.BuilderappVersion(SetDimension)SegmentDemographics.Builder channel(SetDimension channel)
The channel criteria for the segment.
channel - The channel criteria for the segment.default SegmentDemographics.Builder channel(Consumer<SetDimension.Builder> channel)
The channel criteria for the segment.
This is a convenience method that creates an instance of theSetDimension.Builder avoiding the need
to create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to channel(SetDimension).channel - a consumer that will call methods on SetDimension.Builderchannel(SetDimension)SegmentDemographics.Builder deviceType(SetDimension deviceType)
The device type criteria for the segment.
deviceType - The device type criteria for the segment.default SegmentDemographics.Builder deviceType(Consumer<SetDimension.Builder> deviceType)
The device type criteria for the segment.
This is a convenience method that creates an instance of theSetDimension.Builder avoiding the need
to create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deviceType(SetDimension).deviceType - a consumer that will call methods on SetDimension.BuilderdeviceType(SetDimension)SegmentDemographics.Builder make(SetDimension make)
The device make criteria for the segment.
make - The device make criteria for the segment.default SegmentDemographics.Builder make(Consumer<SetDimension.Builder> make)
The device make criteria for the segment.
This is a convenience method that creates an instance of theSetDimension.Builder avoiding the need
to create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to make(SetDimension).make - a consumer that will call methods on SetDimension.Buildermake(SetDimension)SegmentDemographics.Builder model(SetDimension model)
The device model criteria for the segment.
model - The device model criteria for the segment.default SegmentDemographics.Builder model(Consumer<SetDimension.Builder> model)
The device model criteria for the segment.
This is a convenience method that creates an instance of theSetDimension.Builder avoiding the need
to create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to model(SetDimension).model - a consumer that will call methods on SetDimension.Buildermodel(SetDimension)SegmentDemographics.Builder platform(SetDimension platform)
The device platform criteria for the segment.
platform - The device platform criteria for the segment.default SegmentDemographics.Builder platform(Consumer<SetDimension.Builder> platform)
The device platform criteria for the segment.
This is a convenience method that creates an instance of theSetDimension.Builder avoiding the need
to create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to platform(SetDimension).platform - a consumer that will call methods on SetDimension.Builderplatform(SetDimension)Copyright © 2022. All rights reserved.