| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.serviceInstances |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceType |
ServiceInstanceType.from(String s) |
abstract ServiceInstanceType |
ServiceInstance.getType()
The type of the service instance
|
ServiceInstanceType |
ServiceInstanceResource.getType()
The type of the service instance
|
ServiceInstanceType |
UpdateServiceInstanceResponse.getType()
The type of the service instance
|
static ServiceInstanceType |
ServiceInstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
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 |
|---|---|
ServiceInstanceResource.Builder |
ServiceInstanceResource.Builder.type(ServiceInstanceType type)
Initializes the value for the
type attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.type(ServiceInstanceType type)
Initializes the value for the
type attribute. |
Copyright © 2020. All rights reserved.