| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.deployments |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentStatusValue |
DeploymentStatusValue.from(String s) |
DeploymentStatusValue |
Status.getValue()
The value
|
static DeploymentStatusValue |
DeploymentStatusValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentStatusValue[] |
DeploymentStatusValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentStatusValue> |
ListDeploymentsRequest.getStatusValues()
List of status values to filter by
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.statusValue(DeploymentStatusValue element)
Adds one element to
statusValues list. |
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.statusValues(DeploymentStatusValue... elements)
Adds elements to
statusValues list. |
Status.Builder |
Status.Builder.value(DeploymentStatusValue value)
Initializes the value for the
value attribute. |
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.addAllStatusValues(Iterable<? extends DeploymentStatusValue> elements)
Adds elements to
statusValues list. |
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.statusValues(Iterable<? extends DeploymentStatusValue> elements)
Sets or replaces all elements for
statusValues list. |
Copyright © 2020. All rights reserved.