public static interface PointsOfInterest.Builder extends SdkPojo, CopyableBuilder<PointsOfInterest.Builder,PointsOfInterest>
| Modifier and Type | Method and Description |
|---|---|
PointsOfInterest.Builder |
timestampRanges(Collection<TimestampRange> timestampRanges)
Contains the timestamp ranges (start time through end time) of matched categories and rules.
|
PointsOfInterest.Builder |
timestampRanges(Consumer<TimestampRange.Builder>... timestampRanges)
Contains the timestamp ranges (start time through end time) of matched categories and rules.
|
PointsOfInterest.Builder |
timestampRanges(TimestampRange... timestampRanges)
Contains the timestamp ranges (start time through end time) of matched categories and rules.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPointsOfInterest.Builder timestampRanges(Collection<TimestampRange> timestampRanges)
Contains the timestamp ranges (start time through end time) of matched categories and rules.
timestampRanges - Contains the timestamp ranges (start time through end time) of matched categories and rules.PointsOfInterest.Builder timestampRanges(TimestampRange... timestampRanges)
Contains the timestamp ranges (start time through end time) of matched categories and rules.
timestampRanges - Contains the timestamp ranges (start time through end time) of matched categories and rules.PointsOfInterest.Builder timestampRanges(Consumer<TimestampRange.Builder>... timestampRanges)
Contains the timestamp ranges (start time through end time) of matched categories and rules.
This is a convenience method that creates an instance of theTimestampRange.Builder avoiding the need to
create one manually via
TimestampRange.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #timestampRanges(List.
timestampRanges - a consumer that will call methods on
TimestampRange.Builder#timestampRanges(java.util.Collection) Copyright © 2023. All rights reserved.