| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.serviceplans |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceInfo |
MaintenanceInfo.Builder.build()
Builds a new
MaintenanceInfo. |
abstract MaintenanceInfo |
ServicePlan.getMaintenanceInfo()
Information about the version of this service plan
|
MaintenanceInfo |
ServicePlanResource.getMaintenanceInfo()
Information about the version of this service plan
|
MaintenanceInfo |
GetServicePlanResponse.getMaintenanceInfo()
Information about the version of this service plan
|
MaintenanceInfo |
UpdateServicePlanResponse.getMaintenanceInfo()
Information about the version of this service plan
|
| Modifier and Type | Method and Description |
|---|---|
MaintenanceInfo.Builder |
MaintenanceInfo.Builder.from(MaintenanceInfo instance)
Fill a builder with attribute values from the provided
MaintenanceInfo instance. |
ServicePlanResource.Builder |
ServicePlanResource.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
UpdateServicePlanResponse.Builder |
UpdateServicePlanResponse.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
Copyright © 2020. All rights reserved.