Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
Modifier and Type | Method and Description |
---|---|
static ServiceDefinitionRequires |
ServiceDefinitionRequires.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceDefinitionRequires[] |
ServiceDefinitionRequires.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceDefinition.ServiceDefinitionBuilder |
ServiceDefinition.ServiceDefinitionBuilder.requires(ServiceDefinitionRequires... requires)
A list of permissions that the user would have to give the service, if they
provision it.
|