public static interface BatchGetDevicePositionError.Builder extends SdkPojo, CopyableBuilder<BatchGetDevicePositionError.Builder,BatchGetDevicePositionError>
| Modifier and Type | Method and Description |
|---|---|
BatchGetDevicePositionError.Builder |
deviceId(String deviceId)
The ID of the device that didn't return a position.
|
BatchGetDevicePositionError.Builder |
error(BatchItemError error)
Contains details related to the error code.
|
default BatchGetDevicePositionError.Builder |
error(Consumer<BatchItemError.Builder> error)
Contains details related to the error code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetDevicePositionError.Builder deviceId(String deviceId)
The ID of the device that didn't return a position.
deviceId - The ID of the device that didn't return a position.BatchGetDevicePositionError.Builder error(BatchItemError error)
Contains details related to the error code.
error - Contains details related to the error code.default BatchGetDevicePositionError.Builder error(Consumer<BatchItemError.Builder> error)
Contains details related to the error code.
This is a convenience that creates an instance of theBatchItemError.Builder avoiding the need to
create one manually via BatchItemError.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to error(BatchItemError).error - a consumer that will call methods on BatchItemError.Buildererror(BatchItemError)Copyright © 2021. All rights reserved.