public class ServiceInstanceSchema extends Object
ServiceBrokerProperties
configuration properties
that describes service instance JSON Schemas.ServiceInstanceSchema
Constructor and Description |
---|
ServiceInstanceSchema() |
Modifier and Type | Method and Description |
---|---|
MethodSchema |
getCreate() |
MethodSchema |
getUpdate() |
void |
setCreate(MethodSchema create) |
void |
setUpdate(MethodSchema update) |
org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema |
toModel()
Converts this object into its corresponding model
|
public MethodSchema getCreate()
public void setCreate(MethodSchema create)
public MethodSchema getUpdate()
public void setUpdate(MethodSchema update)
public org.springframework.cloud.servicebroker.model.catalog.ServiceInstanceSchema toModel()
ServiceInstanceSchema