| Package | Description |
|---|---|
| org.cloudfoundry.uaa.clients |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateClientsResponse.Builder |
BatchCreateClientsResponse.Builder.addAllClients(Iterable<? extends Client> elements)
Adds elements to
clients list. |
static BatchCreateClientsResponse.Builder |
BatchCreateClientsResponse.builder()
Creates a builder for
BatchCreateClientsResponse. |
BatchCreateClientsResponse.Builder |
BatchCreateClientsResponse.Builder.client(Client... elements)
Adds elements to
clients list. |
BatchCreateClientsResponse.Builder |
BatchCreateClientsResponse.Builder.client(Client element)
Adds one element to
clients list. |
BatchCreateClientsResponse.Builder |
BatchCreateClientsResponse.Builder.clients(Iterable<? extends Client> elements)
Sets or replaces all elements for
clients list. |
BatchCreateClientsResponse.Builder |
BatchCreateClientsResponse.Builder.from(BatchCreateClientsResponse instance)
Fill a builder with attribute values from the provided
BatchCreateClientsResponse instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.