public static interface SetDimension.Builder extends SdkPojo, CopyableBuilder<SetDimension.Builder,SetDimension>
| Modifier and Type | Method and Description |
|---|---|
SetDimension.Builder |
dimensionType(DimensionType dimensionType)
The type of segment dimension to use.
|
SetDimension.Builder |
dimensionType(String dimensionType)
The type of segment dimension to use.
|
SetDimension.Builder |
values(Collection<String> values)
The criteria values to use for the segment dimension.
|
SetDimension.Builder |
values(String... values)
The criteria values to use for the segment dimension.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSetDimension.Builder dimensionType(String dimensionType)
The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment.
dimensionType - The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria
are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the
segment.DimensionType,
DimensionTypeSetDimension.Builder dimensionType(DimensionType dimensionType)
The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment.
dimensionType - The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria
are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the
segment.DimensionType,
DimensionTypeSetDimension.Builder values(Collection<String> values)
The criteria values to use for the segment dimension. Depending on the value of the DimensionType property, endpoints are included or excluded from the segment if their values match the criteria values.
values - The criteria values to use for the segment dimension. Depending on the value of the DimensionType
property, endpoints are included or excluded from the segment if their values match the criteria
values.SetDimension.Builder values(String... values)
The criteria values to use for the segment dimension. Depending on the value of the DimensionType property, endpoints are included or excluded from the segment if their values match the criteria values.
values - The criteria values to use for the segment dimension. Depending on the value of the DimensionType
property, endpoints are included or excluded from the segment if their values match the criteria
values.Copyright © 2023. All rights reserved.