| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.applications |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationState |
ApplicationState.from(String s) |
abstract ApplicationState |
Application.getState()
The state
|
ApplicationState |
GetApplicationResponse.getState()
The state
|
ApplicationState |
StopApplicationResponse.getState()
The state
|
ApplicationState |
CreateApplicationResponse.getState()
The state
|
ApplicationState |
UpdateApplicationResponse.getState()
The state
|
ApplicationState |
StartApplicationResponse.getState()
The state
|
ApplicationState |
ApplicationResource.getState()
The state
|
static ApplicationState |
ApplicationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationState[] |
ApplicationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.state(ApplicationState state)
Initializes the value for the
state attribute. |
StopApplicationResponse.Builder |
StopApplicationResponse.Builder.state(ApplicationState state)
Initializes the value for the
state attribute. |
CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.state(ApplicationState state)
Initializes the value for the
state attribute. |
UpdateApplicationResponse.Builder |
UpdateApplicationResponse.Builder.state(ApplicationState state)
Initializes the value for the
state attribute. |
StartApplicationResponse.Builder |
StartApplicationResponse.Builder.state(ApplicationState state)
Initializes the value for the
state attribute. |
ApplicationResource.Builder |
ApplicationResource.Builder.state(ApplicationState state)
Initializes the value for the
state attribute. |
Copyright © 2020. All rights reserved.