| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
static CloudBuild.State |
CloudBuild.State.fromString(String value) |
CloudBuild.State |
ImmutableCloudBuild.getState() |
CloudBuild.State |
CloudBuild.getState() |
static CloudBuild.State |
CloudBuild.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudBuild.State[] |
CloudBuild.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudBuild.Builder |
ImmutableCloudBuild.Builder.state(CloudBuild.State state)
Initializes the value for the
state attribute. |
ImmutableCloudBuild |
ImmutableCloudBuild.withState(CloudBuild.State value)
Copy the current immutable object by setting a value for the
state attribute. |
Copyright © 2020 SAP SE. All rights reserved.