| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.applications | |
| org.cloudfoundry.client.v3.droplets | |
| org.cloudfoundry.client.v3.packages |
| Modifier and Type | Method and Description |
|---|---|
DropletState |
GetApplicationCurrentDropletResponse.getState()
The state
|
| Modifier and Type | Method and Description |
|---|---|
List<DropletState> |
ListApplicationDropletsRequest.getStates()
The states
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationCurrentDropletResponse.Builder |
GetApplicationCurrentDropletResponse.Builder.state(DropletState state)
Initializes the value for the
state attribute. |
ListApplicationDropletsRequest.Builder |
ListApplicationDropletsRequest.Builder.state(DropletState element)
Adds one element to
states list. |
ListApplicationDropletsRequest.Builder |
ListApplicationDropletsRequest.Builder.states(DropletState... elements)
Adds elements to
states list. |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationDropletsRequest.Builder |
ListApplicationDropletsRequest.Builder.addAllStates(Iterable<? extends DropletState> elements)
Adds elements to
states list. |
ListApplicationDropletsRequest.Builder |
ListApplicationDropletsRequest.Builder.states(Iterable<? extends DropletState> elements)
Sets or replaces all elements for
states list. |
| Modifier and Type | Method and Description |
|---|---|
static DropletState |
DropletState.from(String s) |
abstract DropletState |
Droplet.getState()
The state
|
DropletState |
DropletResource.getState()
The state
|
DropletState |
CopyDropletResponse.getState()
The state
|
DropletState |
GetDropletResponse.getState()
The state
|
static DropletState |
DropletState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DropletState[] |
DropletState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DropletState> |
ListDropletsRequest.getStates()
The states
|
| Modifier and Type | Method and Description |
|---|---|
DropletResource.Builder |
DropletResource.Builder.state(DropletState state)
Initializes the value for the
state attribute. |
ListDropletsRequest.Builder |
ListDropletsRequest.Builder.state(DropletState element)
Adds one element to
states list. |
CopyDropletResponse.Builder |
CopyDropletResponse.Builder.state(DropletState state)
Initializes the value for the
state attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.state(DropletState state)
Initializes the value for the
state attribute. |
ListDropletsRequest.Builder |
ListDropletsRequest.Builder.states(DropletState... elements)
Adds elements to
states list. |
| Modifier and Type | Method and Description |
|---|---|
ListDropletsRequest.Builder |
ListDropletsRequest.Builder.addAllStates(Iterable<? extends DropletState> elements)
Adds elements to
states list. |
ListDropletsRequest.Builder |
ListDropletsRequest.Builder.states(Iterable<? extends DropletState> elements)
Sets or replaces all elements for
states list. |
| Modifier and Type | Method and Description |
|---|---|
List<DropletState> |
ListPackageDropletsRequest.getStates()
The droplet states to filter by
|
| Modifier and Type | Method and Description |
|---|---|
ListPackageDropletsRequest.Builder |
ListPackageDropletsRequest.Builder.state(DropletState element)
Adds one element to
states list. |
ListPackageDropletsRequest.Builder |
ListPackageDropletsRequest.Builder.states(DropletState... elements)
Adds elements to
states list. |
| Modifier and Type | Method and Description |
|---|---|
ListPackageDropletsRequest.Builder |
ListPackageDropletsRequest.Builder.addAllStates(Iterable<? extends DropletState> elements)
Adds elements to
states list. |
ListPackageDropletsRequest.Builder |
ListPackageDropletsRequest.Builder.states(Iterable<? extends DropletState> elements)
Sets or replaces all elements for
states list. |
Copyright © 2020. All rights reserved.