public static interface BatchEvaluateGeofencesResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<BatchEvaluateGeofencesResponse.Builder,BatchEvaluateGeofencesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateGeofencesResponse.Builder |
errors(BatchEvaluateGeofencesError... errors)
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
BatchEvaluateGeofencesResponse.Builder |
errors(Collection<BatchEvaluateGeofencesError> errors)
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
BatchEvaluateGeofencesResponse.Builder |
errors(Consumer<BatchEvaluateGeofencesError.Builder>... errors)
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchEvaluateGeofencesResponse.Builder errors(Collection<BatchEvaluateGeofencesError> errors)
Contains error details for each device that failed to evaluate its position against the given geofence collection.
errors - Contains error details for each device that failed to evaluate its position against the given geofence
collection.BatchEvaluateGeofencesResponse.Builder errors(BatchEvaluateGeofencesError... errors)
Contains error details for each device that failed to evaluate its position against the given geofence collection.
errors - Contains error details for each device that failed to evaluate its position against the given geofence
collection.BatchEvaluateGeofencesResponse.Builder errors(Consumer<BatchEvaluateGeofencesError.Builder>... errors)
Contains error details for each device that failed to evaluate its position against the given geofence collection.
This is a convenience method that creates an instance of theBatchEvaluateGeofencesError.Builder avoiding the need
to create one manually via
BatchEvaluateGeofencesError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchEvaluateGeofencesError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.