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