| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.packages |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.from(String s) |
abstract State |
Package.getState()
The state
|
State |
GetPackageResponse.getState()
The state
|
State |
CreatePackageResponse.getState()
The state
|
State |
CopyPackageResponse.getState()
The state
|
State |
UploadPackageResponse.getState()
The state
|
State |
PackageResource.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 |
|---|---|
GetPackageResponse.Builder |
GetPackageResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
CreatePackageResponse.Builder |
CreatePackageResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
CopyPackageResponse.Builder |
CopyPackageResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
UploadPackageResponse.Builder |
UploadPackageResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
PackageResource.Builder |
PackageResource.Builder.state(State state)
Initializes the value for the
state attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.