| 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 |
GetServiceInstanceResponse.getType()
The type of the service instance
|
ServiceInstanceType |
ServiceInstanceResource.getType()
The type of the service instance
|
ServiceInstanceType |
CreateServiceInstanceRequest.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 |
|---|---|
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.type(ServiceInstanceType type)
Initializes the value for the
type attribute. |
ServiceInstanceResource.Builder |
ServiceInstanceResource.Builder.type(ServiceInstanceType type)
Initializes the value for the
type attribute. |
CreateServiceInstanceRequest.Builder |
CreateServiceInstanceRequest.Builder.type(ServiceInstanceType type)
Initializes the value for the
type attribute. |
Copyright © 2023. All rights reserved.