static BatchGetDevicePositionResponse.Builder |
BatchGetDevicePositionResponse.builder() |
|
BatchGetDevicePositionResponse.Builder |
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 |
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 |
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 |
BatchGetDevicePositionResponse.Builder.errors(Collection<BatchGetDevicePositionError> errors) |
Contains error details for each device that failed to send its position to the tracker resource.
|
BatchGetDevicePositionResponse.Builder |
BatchGetDevicePositionResponse.Builder.errors(Consumer<BatchGetDevicePositionError.Builder>... errors) |
Contains error details for each device that failed to send its position to the tracker resource.
|
BatchGetDevicePositionResponse.Builder |
BatchGetDevicePositionResponse.Builder.errors(BatchGetDevicePositionError... errors) |
Contains error details for each device that failed to send its position to the tracker resource.
|
BatchGetDevicePositionResponse.Builder |
BatchGetDevicePositionResponse.toBuilder() |
|