static BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.builder() |
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.Builder.errors(Collection<BatchPutGeofenceError> errors) |
Contains additional error details for each geofence that failed to be stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.Builder.errors(Consumer<BatchPutGeofenceError.Builder>... errors) |
Contains additional error details for each geofence that failed to be stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.Builder.errors(BatchPutGeofenceError... errors) |
Contains additional error details for each geofence that failed to be stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.Builder.successes(Collection<BatchPutGeofenceSuccess> successes) |
Contains each geofence that was successfully stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.Builder.successes(Consumer<BatchPutGeofenceSuccess.Builder>... successes) |
Contains each geofence that was successfully stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.Builder.successes(BatchPutGeofenceSuccess... successes) |
Contains each geofence that was successfully stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.toBuilder() |
|