Class EntityGeoPointDefaultObject
java.lang.Object
com.echothree.model.control.core.server.graphql.BaseEntityGeoPointDefaultObject
com.echothree.model.control.core.server.graphql.EntityGeoPointDefaultObject
- All Implemented Interfaces:
DefaultInterface,HistoryInterface<EntityGeoPointDefaultHistoryObject>,BaseGraphQl
public class EntityGeoPointDefaultObject
extends BaseEntityGeoPointDefaultObject
implements DefaultInterface, HistoryInterface<EntityGeoPointDefaultHistoryObject>
-
Field Summary
Fields inherited from class com.echothree.model.control.core.server.graphql.BaseEntityGeoPointDefaultObject
entityGeoPointDefaultFields 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.BaseEntityGeoPointDefaultObject
getAltitude, getElevation, getEntityAttribute, getLatitude, getLongitude, getUnformattedAltitude, getUnformattedElevation, getUnformattedLatitude, getUnformattedLongitude
-
Constructor Details
-
EntityGeoPointDefaultObject
-
-
Method Details
-
getHistory
public CountingPaginatedData<EntityGeoPointDefaultHistoryObject> getHistory(graphql.schema.DataFetchingEnvironment env) - Specified by:
getHistoryin interfaceHistoryInterface<EntityGeoPointDefaultHistoryObject>
-