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