public static interface EndpointsResponse.Builder extends SdkPojo, CopyableBuilder<EndpointsResponse.Builder,EndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
EndpointsResponse.Builder |
item(Collection<EndpointResponse> item)
An array of responses, one for each endpoint that's associated with the user ID.
|
EndpointsResponse.Builder |
item(Consumer<EndpointResponse.Builder>... item)
An array of responses, one for each endpoint that's associated with the user ID.
|
EndpointsResponse.Builder |
item(EndpointResponse... item)
An array of responses, one for each endpoint that's associated with the user ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointsResponse.Builder item(Collection<EndpointResponse> item)
An array of responses, one for each endpoint that's associated with the user ID.
item - An array of responses, one for each endpoint that's associated with the user ID.EndpointsResponse.Builder item(EndpointResponse... item)
An array of responses, one for each endpoint that's associated with the user ID.
item - An array of responses, one for each endpoint that's associated with the user ID.EndpointsResponse.Builder item(Consumer<EndpointResponse.Builder>... item)
An array of responses, one for each endpoint that's associated with the user ID.
This is a convenience method that creates an instance of theEndpointResponse.Builder avoiding the need to create
one manually via EndpointResponse.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #item(List.
item - a consumer that will call methods on
EndpointResponse.Builder#item(java.util.Collection) Copyright © 2022. All rights reserved.