public interface BaseProjection extends UniqueIdProjection
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.String> |
getDescription()
Get the description of this resource.
|
java.util.Optional<com.fasterxml.jackson.databind.JsonNode> |
getMetadata()
Get the metadata of this entity which is unstructured JSON.
|
java.lang.String |
getName()
Get the name of the resource.
|
java.lang.String |
getStatus()
Get the status of this resource as a String.
|
java.lang.String |
getUser()
Get the user who created the resource.
|
java.lang.String |
getVersion()
Get the version.
|
getUniqueIdgetCreated, getUpdatedgetIdjava.lang.String getVersion()
java.lang.String getUser()
java.lang.String getName()
java.lang.String getStatus()
java.util.Optional<java.lang.String> getDescription()
java.util.Optional<com.fasterxml.jackson.databind.JsonNode> getMetadata()