@Value.Immutable public interface LoadViewResponse extends RESTResponse
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
config() |
ViewMetadata |
metadata() |
java.lang.String |
metadataLocation() |
default void |
validate()
Ensures that a constructed instance of a REST message is valid according to the REST spec.
|
java.lang.String metadataLocation()
ViewMetadata metadata()
java.util.Map<java.lang.String,java.lang.String> config()
default void validate()
RESTMessageThis 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