| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.droplets | |
| org.cloudfoundry.client.v3.packages |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.from(String s) |
abstract State |
Droplet.getState()
The state
|
State |
GetDropletResponse.getState()
The state
|
State |
DropletResource.getState()
The state
|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetDropletResponse.Builder |
GetDropletResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
DropletResource.Builder |
DropletResource.Builder.state(State state)
Initializes the value for the
state attribute. |
| Modifier and Type | Method and Description |
|---|---|
State |
StagePackageResponse.getState()
The state
|
| Modifier and Type | Method and Description |
|---|---|
StagePackageResponse.Builder |
StagePackageResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.