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