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