| Package | Description |
|---|---|
| org.cloudfoundry.operations.services |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceType |
ServiceInstanceType.from(String s) |
ServiceInstanceType |
ServiceInstance.getType()
The type of the service instance
|
ServiceInstanceType |
ServiceInstanceSummary.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 |
|---|---|
ServiceInstance.Builder |
ServiceInstance.Builder.type(ServiceInstanceType type)
Initializes the value for the
type attribute. |
ServiceInstanceSummary.Builder |
ServiceInstanceSummary.Builder.type(ServiceInstanceType type)
Initializes the value for the
type attribute. |
Copyright © 2018. All rights reserved.