| Package | Description |
|---|---|
| org.cloudfoundry.uaa.clients |
| Modifier and Type | Method and Description |
|---|---|
CreateClient |
CreateClient.Builder.build()
Builds a new
CreateClient. |
| Modifier and Type | Method and Description |
|---|---|
List<CreateClient> |
BatchCreateClientsRequest.getClients()
A list of clients to create
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.Builder.client(CreateClient element)
Adds one element to
clients list. |
BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.Builder.clients(CreateClient... elements)
Adds elements to
clients list. |
CreateClient.Builder |
CreateClient.Builder.from(CreateClient instance)
Fill a builder with attribute values from the provided
CreateClient instance. |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.Builder.addAllClients(Iterable<? extends CreateClient> elements)
Adds elements to
clients list. |
BatchCreateClientsRequest.Builder |
BatchCreateClientsRequest.Builder.clients(Iterable<? extends CreateClient> elements)
Sets or replaces all elements for
clients list. |
Copyright © 2020. All rights reserved.