public static interface AttributeDimension.Builder extends SdkPojo, CopyableBuilder<AttributeDimension.Builder,AttributeDimension>
| Modifier and Type | Method and Description |
|---|---|
AttributeDimension.Builder |
attributeType(AttributeType attributeType)
The type of segment dimension to use.
|
AttributeDimension.Builder |
attributeType(String attributeType)
The type of segment dimension to use.
|
AttributeDimension.Builder |
values(Collection<String> values)
The criteria values to use for the segment dimension.
|
AttributeDimension.Builder |
values(String... values)
The criteria values to use for the segment dimension.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttributeDimension.Builder attributeType(String attributeType)
The type of segment dimension to use. Valid values are:
attributeType - The type of segment dimension to use. Valid values are:
AttributeType,
AttributeTypeAttributeDimension.Builder attributeType(AttributeType attributeType)
The type of segment dimension to use. Valid values are:
attributeType - The type of segment dimension to use. Valid values are:
AttributeType,
AttributeTypeAttributeDimension.Builder values(Collection<String> values)
The criteria values to use for the segment dimension. Depending on the value of the AttributeType property, endpoints are included or excluded from the segment if their attribute values match the criteria values.
values - The criteria values to use for the segment dimension. Depending on the value of the AttributeType
property, endpoints are included or excluded from the segment if their attribute values match the
criteria values.AttributeDimension.Builder values(String... values)
The criteria values to use for the segment dimension. Depending on the value of the AttributeType property, endpoints are included or excluded from the segment if their attribute values match the criteria values.
values - The criteria values to use for the segment dimension. Depending on the value of the AttributeType
property, endpoints are included or excluded from the segment if their attribute values match the
criteria values.Copyright © 2022. All rights reserved.