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