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