public static interface BatchDeleteGeofenceError.Builder extends SdkPojo, CopyableBuilder<BatchDeleteGeofenceError.Builder,BatchDeleteGeofenceError>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteGeofenceError.Builder |
error(BatchItemError error)
Contains details associated to the batch error.
|
default BatchDeleteGeofenceError.Builder |
error(Consumer<BatchItemError.Builder> error)
Contains details associated to the batch error.
|
BatchDeleteGeofenceError.Builder |
geofenceId(String geofenceId)
The geofence associated with the error message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteGeofenceError.Builder error(BatchItemError error)
Contains details associated to the batch error.
error - Contains details associated to the batch error.default BatchDeleteGeofenceError.Builder error(Consumer<BatchItemError.Builder> error)
Contains details associated to the batch error.
This is a convenience method 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)BatchDeleteGeofenceError.Builder geofenceId(String geofenceId)
The geofence associated with the error message.
geofenceId - The geofence associated with the error message.Copyright © 2022. All rights reserved.