Class EntityStringAttributeObject
java.lang.Object
com.echothree.model.control.core.server.graphql.BaseEntityStringAttributeObject
com.echothree.model.control.core.server.graphql.EntityStringAttributeObject
- All Implemented Interfaces:
AttributeInterface
,HistoryInterface<EntityStringAttributeHistoryObject>
,BaseGraphQl
public class EntityStringAttributeObject
extends BaseEntityStringAttributeObject
implements AttributeInterface, HistoryInterface<EntityStringAttributeHistoryObject>
-
Field Summary
Fields inherited from class com.echothree.model.control.core.server.graphql.BaseEntityStringAttributeObject
entityStringAttribute
Fields inherited from interface com.echothree.model.control.graphql.server.util.BaseGraphQl
GRAPHQL_EXECUTION_CONTEXT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.echothree.model.control.core.server.graphql.BaseEntityStringAttributeObject
getEntityAttribute, getEntityInstance, getLanguage, getStringAttribute
-
Constructor Details
-
EntityStringAttributeObject
-
-
Method Details
-
getHistory
public CountingPaginatedData<EntityStringAttributeHistoryObject> getHistory(graphql.schema.DataFetchingEnvironment env) - Specified by:
getHistory
in interfaceHistoryInterface<EntityStringAttributeHistoryObject>
-