| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.buildpacks |
| Modifier and Type | Method and Description |
|---|---|
static BuildpackState |
BuildpackState.from(String s) |
abstract BuildpackState |
Buildpack.getState()
The state
|
BuildpackState |
BuildpackResource.getState()
The state
|
BuildpackState |
CreateBuildpackResponse.getState()
The state
|
BuildpackState |
UploadBuildpackResponse.getState()
The state
|
BuildpackState |
UpdateBuildpackResponse.getState()
The state
|
BuildpackState |
GetBuildpackResponse.getState()
The state
|
static BuildpackState |
BuildpackState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildpackState[] |
BuildpackState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BuildpackResource.Builder |
BuildpackResource.Builder.state(BuildpackState state)
Initializes the value for the
state attribute. |
CreateBuildpackResponse.Builder |
CreateBuildpackResponse.Builder.state(BuildpackState state)
Initializes the value for the
state attribute. |
UploadBuildpackResponse.Builder |
UploadBuildpackResponse.Builder.state(BuildpackState state)
Initializes the value for the
state attribute. |
UpdateBuildpackResponse.Builder |
UpdateBuildpackResponse.Builder.state(BuildpackState state)
Initializes the value for the
state attribute. |
GetBuildpackResponse.Builder |
GetBuildpackResponse.Builder.state(BuildpackState state)
Initializes the value for the
state attribute. |
Copyright © 2022. All rights reserved.