Class Catalog
java.lang.Object
org.springframework.cloud.servicebroker.model.catalog.Catalog
The catalog of services offered by the service broker.
Objects of this type are constructed by the service broker application, and used to build the response to the platform.
- Author:
- S Greenberg, Scott Frederick
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Provides a fluent API for constructing a Catalog. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Catalog.CatalogBuilder
builder()
Create a builder that provides a fluent API for constructing a Catalog.final boolean
Get the set of service offerings.final int
hashCode()
toString()
-
Constructor Details
-
Method Details
-
getServiceDefinitions
Get the set of service offerings.- Returns:
- a set of service offerings
-
equals
-
hashCode
public final int hashCode() -
toString
-
builder
Create a builder that provides a fluent API for constructing a Catalog.- Returns:
- the builder
-