public static interface SegmentLocation.Builder extends SdkPojo, CopyableBuilder<SegmentLocation.Builder,SegmentLocation>
| Modifier and Type | Method and Description |
|---|---|
default SegmentLocation.Builder |
country(Consumer<SetDimension.Builder> country)
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
|
SegmentLocation.Builder |
country(SetDimension country)
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
|
default SegmentLocation.Builder |
gpsPoint(Consumer<GPSPointDimension.Builder> gpsPoint)
The GPS location and range for the segment.
|
SegmentLocation.Builder |
gpsPoint(GPSPointDimension gpsPoint)
The GPS location and range for the segment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSegmentLocation.Builder country(SetDimension country)
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
country - The country or region code, in ISO 3166-1 alpha-2 format, for the segment.default SegmentLocation.Builder country(Consumer<SetDimension.Builder> country)
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
This is a convenience that creates an instance of theSetDimension.Builder avoiding the need to
create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to country(SetDimension).country - a consumer that will call methods on SetDimension.Buildercountry(SetDimension)SegmentLocation.Builder gpsPoint(GPSPointDimension gpsPoint)
The GPS location and range for the segment.
gpsPoint - The GPS location and range for the segment.default SegmentLocation.Builder gpsPoint(Consumer<GPSPointDimension.Builder> gpsPoint)
The GPS location and range for the segment.
This is a convenience that creates an instance of theGPSPointDimension.Builder avoiding the need to
create one manually via GPSPointDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to gpsPoint(GPSPointDimension).gpsPoint - a consumer that will call methods on GPSPointDimension.BuildergpsPoint(GPSPointDimension)Copyright © 2020. All rights reserved.