public class Catalog extends Object
Objects of this type are constructed by the service broker application, and used to build the response to the platform.
| Modifier and Type | Class and Description |
|---|---|
static class |
Catalog.CatalogBuilder
Provides a fluent API for constructing a Catalog.
|
| Constructor and Description |
|---|
Catalog()
Construct a new
Catalog |
Catalog(List<ServiceDefinition> serviceDefinitions)
Construct a new
Catalog |
| Modifier and Type | Method and Description |
|---|---|
static Catalog.CatalogBuilder |
builder()
Create a builder that provides a fluent API for constructing a Catalog.
|
boolean |
equals(Object o) |
List<ServiceDefinition> |
getServiceDefinitions()
Get the set of service offerings.
|
int |
hashCode() |
String |
toString() |
public Catalog()
Catalogpublic Catalog(List<ServiceDefinition> serviceDefinitions)
CatalogserviceDefinitions - a collection of servicespublic List<ServiceDefinition> getServiceDefinitions()
public static Catalog.CatalogBuilder builder()