| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.serviceinstances | |
| org.cloudfoundry.client.v2.userprovidedserviceinstances |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceInstanceEntity
The entity response payload for Service Instances
|
class |
UnionServiceInstanceEntity
The entity response payload for any type of Service Instances
|
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.from(BaseServiceInstanceEntity instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.serviceinstances.BaseServiceInstanceEntity instance. |
UnionServiceInstanceEntity.Builder |
UnionServiceInstanceEntity.Builder.from(BaseServiceInstanceEntity instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.serviceinstances.BaseServiceInstanceEntity instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
UserProvidedServiceInstanceEntity
The entity response payload for User Provided Service Instances
|
| Modifier and Type | Method and Description |
|---|---|
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.from(BaseServiceInstanceEntity instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.serviceinstances.BaseServiceInstanceEntity instance. |
Copyright © 2020. All rights reserved.