| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
CloudPackage.Type |
ImmutableCloudPackage.getType() |
CloudPackage.Type |
CloudPackage.getType() |
static CloudPackage.Type |
CloudPackage.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudPackage.Type[] |
CloudPackage.Type.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.type(CloudPackage.Type type)
Initializes the value for the
type attribute. |
ImmutableCloudPackage |
ImmutableCloudPackage.withType(CloudPackage.Type value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2020 SAP SE. All rights reserved.