| Package | Description |
|---|---|
| org.cloudfoundry.uaa.clients |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionClient
The resource in the list clients response
|
class |
CreateClientAction
The payload for the create client action
|
class |
DeleteClientAction
The payload for the delete client action
|
class |
UpdateClientAction
The request payload for the create client
|
class |
UpdateSecretAction
The request payload for the create client
|
class |
UpdateSecretClientAction
The request payload for the create client
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
MixedActionsRequest.getActions()
A list of actions to perform
|
| Modifier and Type | Method and Description |
|---|---|
MixedActionsRequest.Builder |
MixedActionsRequest.Builder.action(Action... elements)
Adds elements to
actions list. |
MixedActionsRequest.Builder |
MixedActionsRequest.Builder.action(Action element)
Adds one element to
actions list. |
| Modifier and Type | Method and Description |
|---|---|
MixedActionsRequest.Builder |
MixedActionsRequest.Builder.actions(Iterable<? extends Action> elements)
Sets or replaces all elements for
actions list. |
MixedActionsRequest.Builder |
MixedActionsRequest.Builder.addAllActions(Iterable<? extends Action> elements)
Adds elements to
actions list. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.