| Package | Description |
|---|---|
| org.cloudfoundry.client.v3 | |
| org.cloudfoundry.client.v3.serviceinstances |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceInfo |
MaintenanceInfo.Builder.build()
Builds a new
MaintenanceInfo. |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceInfo.Builder |
MaintenanceInfo.Builder.from(MaintenanceInfo instance)
Fill a builder with attribute values from the provided
MaintenanceInfo instance. |
| Modifier and Type | Method and Description |
|---|---|
abstract MaintenanceInfo |
ServiceInstance.getMaintenanceInfo()
The maintenance info
|
MaintenanceInfo |
GetServiceInstanceResponse.getMaintenanceInfo()
The maintenance info
|
MaintenanceInfo |
ServiceInstanceResource.getMaintenanceInfo()
The maintenance info
|
MaintenanceInfo |
UpdateServiceInstanceRequest.maintenanceInfo()
The maintenance info object
|
| Modifier and Type | Method and Description |
|---|---|
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
ServiceInstanceResource.Builder |
ServiceInstanceResource.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
UpdateServiceInstanceRequest.Builder |
UpdateServiceInstanceRequest.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
Copyright © 2023. All rights reserved.