public class Catalog
extends java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
static Catalog.CatalogBuilder |
builder()
Create a builder that provides a fluent API for constructing a Catalog.
|
boolean |
equals(java.lang.Object o) |
java.util.List<ServiceDefinition> |
getServiceDefinitions()
Get the set of service offerings.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.util.List<ServiceDefinition> getServiceDefinitions()
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static Catalog.CatalogBuilder builder()