public static interface BatchReadResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<BatchReadResponse.Builder,BatchReadResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchReadResponse.Builder |
responses(BatchReadOperationResponse... responses)
A list of all the responses for each batch read.
|
BatchReadResponse.Builder |
responses(Collection<BatchReadOperationResponse> responses)
A list of all the responses for each batch read.
|
BatchReadResponse.Builder |
responses(Consumer<BatchReadOperationResponse.Builder>... responses)
A list of all the responses for each batch read.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchReadResponse.Builder responses(Collection<BatchReadOperationResponse> responses)
A list of all the responses for each batch read.
responses - A list of all the responses for each batch read.BatchReadResponse.Builder responses(BatchReadOperationResponse... responses)
A list of all the responses for each batch read.
responses - A list of all the responses for each batch read.BatchReadResponse.Builder responses(Consumer<BatchReadOperationResponse.Builder>... responses)
A list of all the responses for each batch read.
This is a convenience method that creates an instance of theBatchReadOperationResponse.Builder avoiding the
need to create one manually via
BatchReadOperationResponse.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #responses(List.
responses - a consumer that will call methods on
BatchReadOperationResponse.Builder#responses(java.util.Collection) Copyright © 2022. All rights reserved.