Class EntityTimeAttributeObject
java.lang.Object
com.echothree.model.control.core.server.graphql.BaseEntityTimeAttributeObject
com.echothree.model.control.core.server.graphql.EntityTimeAttributeObject
- All Implemented Interfaces:
AttributeInterface,HistoryInterface<EntityTimeAttributeHistoryObject>,BaseGraphQl
public class EntityTimeAttributeObject
extends BaseEntityTimeAttributeObject
implements AttributeInterface, HistoryInterface<EntityTimeAttributeHistoryObject>
-
Field Summary
Fields inherited from class com.echothree.model.control.core.server.graphql.BaseEntityTimeAttributeObject
entityTimeAttributeFields 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.BaseEntityTimeAttributeObject
getEntityAttribute, getEntityInstance, getTimeAttribute
-
Constructor Details
-
EntityTimeAttributeObject
-
-
Method Details
-
getHistory
public CountingPaginatedData<EntityTimeAttributeHistoryObject> getHistory(graphql.schema.DataFetchingEnvironment env) - Specified by:
getHistoryin interfaceHistoryInterface<EntityTimeAttributeHistoryObject>
-