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 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 #item(List) .item - a consumer that will call methods on List.Builder #item(List) Copyright © 2019. All rights reserved.