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