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: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment.
attributeType - 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.AttributeType,
AttributeTypeAttributeDimension.Builder attributeType(AttributeType attributeType)
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.
attributeType - 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.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 © 2019. All rights reserved.