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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2022. All rights reserved.