@Value.Immutable public interface CreateViewRequest extends RESTRequest
Modifier and Type | Method and Description |
---|---|
java.lang.String |
location() |
java.lang.String |
name() |
java.util.Map<java.lang.String,java.lang.String> |
properties() |
Schema |
schema() |
default void |
validate()
Ensures that a constructed instance of a REST message is valid according to the REST spec.
|
ViewVersion |
viewVersion() |
java.lang.String name()
@Nullable java.lang.String location()
Schema schema()
ViewVersion viewVersion()
java.util.Map<java.lang.String,java.lang.String> properties()
default void validate()
RESTMessage
This is needed when parsing data that comes from external sources and the object might have been constructed without all the required fields present.
validate
in interface RESTMessage