public static interface BatchDeleteDevicePositionHistoryError.Builder extends SdkPojo, CopyableBuilder<BatchDeleteDevicePositionHistoryError.Builder,BatchDeleteDevicePositionHistoryError>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDevicePositionHistoryError.Builder |
deviceId(String deviceId)
The ID of the device for this position.
|
BatchDeleteDevicePositionHistoryError.Builder |
error(BatchItemError error)
Sets the value of the Error property for this object.
|
default BatchDeleteDevicePositionHistoryError.Builder |
error(Consumer<BatchItemError.Builder> error)
Sets the value of the Error property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteDevicePositionHistoryError.Builder deviceId(String deviceId)
The ID of the device for this position.
deviceId - The ID of the device for this position.BatchDeleteDevicePositionHistoryError.Builder error(BatchItemError error)
error - The new value for the Error property for this object.default BatchDeleteDevicePositionHistoryError.Builder error(Consumer<BatchItemError.Builder> error)
BatchItemError.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 © 2023. All rights reserved.