static BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.builder() |
|
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.Builder.errors(Collection<CreateVehicleError> errors) |
A list of information about creation errors, or an empty list if there aren't any errors.
|
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.Builder.errors(Consumer<CreateVehicleError.Builder>... errors) |
A list of information about creation errors, or an empty list if there aren't any errors.
|
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.Builder.errors(CreateVehicleError... errors) |
A list of information about creation errors, or an empty list if there aren't any errors.
|
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.toBuilder() |
|
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.Builder.vehicles(Collection<CreateVehicleResponseItem> vehicles) |
A list of information about a batch of created vehicles.
|
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.Builder.vehicles(Consumer<CreateVehicleResponseItem.Builder>... vehicles) |
A list of information about a batch of created vehicles.
|
BatchCreateVehicleResponse.Builder |
BatchCreateVehicleResponse.Builder.vehicles(CreateVehicleResponseItem... vehicles) |
A list of information about a batch of created vehicles.
|