Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
Modifier and Type | Method and Description |
---|---|
static MaintenanceInfo.MaintenanceInfoBuilder |
MaintenanceInfo.builder()
Creates a builder that provides a fluent API for constructing a MaintenanceInfo.
|
MaintenanceInfo.MaintenanceInfoBuilder |
MaintenanceInfo.MaintenanceInfoBuilder.description(String description)
The description of the impact of the maintenance update.
|
MaintenanceInfo.MaintenanceInfoBuilder |
MaintenanceInfo.MaintenanceInfoBuilder.version(int major,
int minor,
int patch,
String extension)
The version of the maintenance update available for a plan.
|
MaintenanceInfo.MaintenanceInfoBuilder |
MaintenanceInfo.MaintenanceInfoBuilder.version(String version)
The version of the maintenance update available for a plan.
|