public static interface BatchGetDevicePositionResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<BatchGetDevicePositionResponse.Builder,BatchGetDevicePositionResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetDevicePositionResponse.Builder |
devicePositions(Collection<DevicePosition> devicePositions)
Contains device position details such as the device ID, position, and timestamps for when the position was
received and sampled.
|
BatchGetDevicePositionResponse.Builder |
devicePositions(Consumer<DevicePosition.Builder>... devicePositions)
Contains device position details such as the device ID, position, and timestamps for when the position was
received and sampled.
|
BatchGetDevicePositionResponse.Builder |
devicePositions(DevicePosition... devicePositions)
Contains device position details such as the device ID, position, and timestamps for when the position was
received and sampled.
|
BatchGetDevicePositionResponse.Builder |
errors(BatchGetDevicePositionError... errors)
Contains error details for each device that failed to send its position to the tracker resource.
|
BatchGetDevicePositionResponse.Builder |
errors(Collection<BatchGetDevicePositionError> errors)
Contains error details for each device that failed to send its position to the tracker resource.
|
BatchGetDevicePositionResponse.Builder |
errors(Consumer<BatchGetDevicePositionError.Builder>... errors)
Contains error details for each device that failed to send its position to the tracker resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetDevicePositionResponse.Builder devicePositions(Collection<DevicePosition> devicePositions)
Contains device position details such as the device ID, position, and timestamps for when the position was received and sampled.
devicePositions - Contains device position details such as the device ID, position, and timestamps for when the position
was received and sampled.BatchGetDevicePositionResponse.Builder devicePositions(DevicePosition... devicePositions)
Contains device position details such as the device ID, position, and timestamps for when the position was received and sampled.
devicePositions - Contains device position details such as the device ID, position, and timestamps for when the position
was received and sampled.BatchGetDevicePositionResponse.Builder devicePositions(Consumer<DevicePosition.Builder>... devicePositions)
Contains device position details such as the device ID, position, and timestamps for when the position was received and sampled.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #devicePositions(List) .devicePositions - a consumer that will call methods on List.Builder #devicePositions(List) BatchGetDevicePositionResponse.Builder errors(Collection<BatchGetDevicePositionError> errors)
Contains error details for each device that failed to send its position to the tracker resource.
errors - Contains error details for each device that failed to send its position to the tracker resource.BatchGetDevicePositionResponse.Builder errors(BatchGetDevicePositionError... errors)
Contains error details for each device that failed to send its position to the tracker resource.
errors - Contains error details for each device that failed to send its position to the tracker resource.BatchGetDevicePositionResponse.Builder errors(Consumer<BatchGetDevicePositionError.Builder>... errors)
Contains error details for each device that failed to send its position to the tracker resource.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2021. All rights reserved.