| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.servicebindings |
| Modifier and Type | Method and Description |
|---|---|
abstract ServiceBindingType |
ServiceBinding.getType()
The type
|
ServiceBindingType |
ServiceBindingResource.getType()
The type
|
ServiceBindingType |
GetServiceBindingResponse.getType()
The type
|
ServiceBindingType |
UpdateServiceBindingResponse.getType()
The type
|
ServiceBindingType |
CreateServiceBindingRequest.getType()
The type
|
ServiceBindingType |
ListServiceBindingsRequest.getType()
The type
|
static ServiceBindingType |
ServiceBindingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceBindingType[] |
ServiceBindingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceBindingResource.Builder |
ServiceBindingResource.Builder.type(ServiceBindingType type)
Initializes the value for the
type attribute. |
GetServiceBindingResponse.Builder |
GetServiceBindingResponse.Builder.type(ServiceBindingType type)
Initializes the value for the
type attribute. |
UpdateServiceBindingResponse.Builder |
UpdateServiceBindingResponse.Builder.type(ServiceBindingType type)
Initializes the value for the
type attribute. |
CreateServiceBindingRequest.Builder |
CreateServiceBindingRequest.Builder.type(ServiceBindingType type)
Initializes the value for the
type attribute. |
ListServiceBindingsRequest.Builder |
ListServiceBindingsRequest.Builder.type(ServiceBindingType type)
Initializes the value for the
type attribute. |
Copyright © 2023. All rights reserved.