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