Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
Modifier and Type | Method and Description |
---|---|
Plan |
Plan.PlanBuilder.build()
Construct a
Plan from the provided values. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Plan> |
ServiceDefinition.getPlans()
A list of plans for this service.
|
Modifier and Type | Method and Description |
---|---|
ServiceDefinition.ServiceDefinitionBuilder |
ServiceDefinition.ServiceDefinitionBuilder.plans(Plan... plans)
A list of plans for this service.
|
Modifier and Type | Method and Description |
---|---|
ServiceDefinition.ServiceDefinitionBuilder |
ServiceDefinition.ServiceDefinitionBuilder.plans(java.util.List<Plan> plans)
A list of plans for this service.
|