public static interface BatchEvaluateGeofencesError.Builder extends SdkPojo, CopyableBuilder<BatchEvaluateGeofencesError.Builder,BatchEvaluateGeofencesError>
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateGeofencesError.Builder |
deviceId(String deviceId)
The device associated with the position evaluation error.
|
BatchEvaluateGeofencesError.Builder |
error(BatchItemError error)
Contains details associated to the batch error.
|
default BatchEvaluateGeofencesError.Builder |
error(Consumer<BatchItemError.Builder> error)
Contains details associated to the batch error.
|
BatchEvaluateGeofencesError.Builder |
sampleTime(Instant sampleTime)
Specifies a timestamp for when the error occurred in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchEvaluateGeofencesError.Builder deviceId(String deviceId)
The device associated with the position evaluation error.
deviceId - The device associated with the position evaluation error.BatchEvaluateGeofencesError.Builder error(BatchItemError error)
Contains details associated to the batch error.
error - Contains details associated to the batch error.default BatchEvaluateGeofencesError.Builder error(Consumer<BatchItemError.Builder> error)
Contains details associated to the batch error.
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)BatchEvaluateGeofencesError.Builder sampleTime(Instant sampleTime)
Specifies a timestamp for when the error occurred in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
sampleTime - Specifies a timestamp for when the error occurred in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZCopyright © 2022. All rights reserved.