Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
Modifier and Type | Method and Description |
---|---|
static Catalog.CatalogBuilder |
Catalog.builder()
Create a builder that provides a fluent API for constructing a Catalog.
|
Catalog.CatalogBuilder |
Catalog.CatalogBuilder.serviceDefinitions(List<ServiceDefinition> serviceDefinitions)
Add a set of service offerings from the provided List to the service offerings provided by the
service broker.
|
Catalog.CatalogBuilder |
Catalog.CatalogBuilder.serviceDefinitions(ServiceDefinition... serviceDefinitions)
Add a set of service offerings from the provided array to the service offerings provided by the service
broker.
|