| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.serviceinstances |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceEntity |
ServiceInstanceEntity.Builder.build()
Builds a new
ServiceInstanceEntity. |
ServiceInstanceEntity |
CreateServiceInstanceResponse.getEntity()
The resource's entity
|
ServiceInstanceEntity |
UpdateServiceInstanceResponse.getEntity()
The resource's entity
|
ServiceInstanceEntity |
GetServiceInstanceResponse.getEntity()
The resource's entity
|
ServiceInstanceEntity |
BindServiceInstanceRouteResponse.getEntity()
The resource's entity
|
ServiceInstanceEntity |
ServiceInstanceResource.getEntity()
The resource's entity
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceInstanceResponse.Builder |
CreateServiceInstanceResponse.Builder.entity(ServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.entity(ServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.entity(ServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
BindServiceInstanceRouteResponse.Builder |
BindServiceInstanceRouteResponse.Builder.entity(ServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
ServiceInstanceResource.Builder |
ServiceInstanceResource.Builder.entity(ServiceInstanceEntity entity)
Initializes the value for the
entity attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.from(ServiceInstanceEntity instance)
Fill a builder with attribute values from the provided
ServiceInstanceEntity instance. |
Copyright © 2020. All rights reserved.