public static interface RecencyDimension.Builder extends SdkPojo, CopyableBuilder<RecencyDimension.Builder,RecencyDimension>
| Modifier and Type | Method and Description |
|---|---|
RecencyDimension.Builder |
duration(Duration duration)
The duration to use when determining whether an endpoint is active or inactive.
|
RecencyDimension.Builder |
duration(String duration)
The duration to use when determining whether an endpoint is active or inactive.
|
RecencyDimension.Builder |
recencyType(RecencyType recencyType)
The type of recency dimension to use for the segment.
|
RecencyDimension.Builder |
recencyType(String recencyType)
The type of recency dimension to use for the segment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecencyDimension.Builder duration(String duration)
The duration to use when determining whether an endpoint is active or inactive.
RecencyDimension.Builder duration(Duration duration)
The duration to use when determining whether an endpoint is active or inactive.
RecencyDimension.Builder recencyType(String recencyType)
The type of recency dimension to use for the segment. Valid values are: ACTIVE, endpoints that were active within the specified duration are included in the segment; and, INACTIVE, endpoints that weren't active within the specified duration are included in the segment.
recencyType - The type of recency dimension to use for the segment. Valid values are: ACTIVE, endpoints that were
active within the specified duration are included in the segment; and, INACTIVE, endpoints that
weren't active within the specified duration are included in the segment.RecencyType,
RecencyTypeRecencyDimension.Builder recencyType(RecencyType recencyType)
The type of recency dimension to use for the segment. Valid values are: ACTIVE, endpoints that were active within the specified duration are included in the segment; and, INACTIVE, endpoints that weren't active within the specified duration are included in the segment.
recencyType - The type of recency dimension to use for the segment. Valid values are: ACTIVE, endpoints that were
active within the specified duration are included in the segment; and, INACTIVE, endpoints that
weren't active within the specified duration are included in the segment.RecencyType,
RecencyTypeCopyright © 2019. All rights reserved.