public interface ActionableEntitySchema extends CaptainUpObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeterminer()
The determiner for the entity name.
|
java.util.List<FieldSchema> |
getFieldSchemas()
List of available fields of the entity.
|
java.lang.String |
getID() |
java.lang.String |
getName()
The name of the entity.
|
java.lang.String |
getPlural()
The plural name of the entity.
|
java.lang.String getID()
java.lang.String getDeterminer()
java.lang.String getName()
java.lang.String getPlural()
java.util.List<FieldSchema> getFieldSchemas()