public static interface SegmentBehaviors.Builder extends SdkPojo, CopyableBuilder<SegmentBehaviors.Builder,SegmentBehaviors>
| Modifier and Type | Method and Description |
|---|---|
default SegmentBehaviors.Builder |
recency(Consumer<RecencyDimension.Builder> recency)
The dimension settings that are based on how recently an endpoint was active.
|
SegmentBehaviors.Builder |
recency(RecencyDimension recency)
The dimension settings that are based on how recently an endpoint was active.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSegmentBehaviors.Builder recency(RecencyDimension recency)
The dimension settings that are based on how recently an endpoint was active.
recency - The dimension settings that are based on how recently an endpoint was active.default SegmentBehaviors.Builder recency(Consumer<RecencyDimension.Builder> recency)
The dimension settings that are based on how recently an endpoint was active.
This is a convenience method that creates an instance of theRecencyDimension.Builder avoiding the
need to create one manually via RecencyDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to recency(RecencyDimension).recency - a consumer that will call methods on RecencyDimension.Builderrecency(RecencyDimension)Copyright © 2022. All rights reserved.