Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
Modifier and Type | Method and Description |
---|---|
Schemas |
Schemas.SchemasBuilder.build()
Construct a
Schemas from the provided values. |
Schemas |
Plan.getSchemas()
The schemas for this plan.
|
Modifier and Type | Method and Description |
---|---|
Plan.PlanBuilder |
Plan.PlanBuilder.schemas(Schemas schemas)
The schemas for this plan
|
Constructor and Description |
---|
Plan(String id,
String name,
String description,
Map<String,Object> metadata,
Boolean free,
Boolean bindable,
Boolean planUpdateable,
Schemas schemas,
Integer maximumPollingDuration,
MaintenanceInfo maintenanceInfo)
Construct a new
Plan |