public class ServiceInstanceSchema extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceInstanceSchema.ServiceInstanceSchemaBuilder
Provides a fluent API for constructing a ServiceInstanceSchema.
|
| Constructor and Description |
|---|
ServiceInstanceSchema()
Construct a new
ServiceInstanceSchema |
ServiceInstanceSchema(MethodSchema createMethodSchema,
MethodSchema updateMethodSchema)
Construct a new
ServiceInstanceSchema |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceSchema.ServiceInstanceSchemaBuilder |
builder()
Create a builder that provides a fluent API for constructing a ServiceInstanceSchema.
|
boolean |
equals(Object o) |
MethodSchema |
getCreateMethodSchema()
The JSON schema for configuration parameters when creating a service instance.
|
MethodSchema |
getUpdateMethodSchema()
The JSON schema for configuration parameters when updating a service instance.
|
int |
hashCode() |
String |
toString() |
public ServiceInstanceSchema()
ServiceInstanceSchemapublic ServiceInstanceSchema(MethodSchema createMethodSchema, MethodSchema updateMethodSchema)
ServiceInstanceSchemacreateMethodSchema - the schemaupdateMethodSchema - the schemapublic MethodSchema getCreateMethodSchema()
public MethodSchema getUpdateMethodSchema()
public static ServiceInstanceSchema.ServiceInstanceSchemaBuilder builder()