Uses of Class
org.fiware.ngsi.model.EntityVO
-
Uses of EntityVO in org.fiware.ngsi.api
Modifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<EntityVO>
ContextInformationApi.retrieveEntityById
(URI entityId, String attrs, String type, String options) io.micronaut.http.HttpResponse<EntityVO>
EntitiesApi.retrieveEntityById
(URI entityId, String attrs, String type, String options) Modifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<Object>
ContextInformationApi.createEntity
(EntityVO entityVO) io.micronaut.http.HttpResponse<Object>
EntitiesApi.createEntity
(EntityVO entityVO) -
Uses of EntityVO in org.fiware.ngsi.model
Modifier and TypeMethodDescriptionEntityVO.location
(GeoPropertyVO newLocation) EntityVO.modifiedAt
(Instant newModifiedAt) EntityVO.observationSpace
(GeoPropertyVO newObservationSpace) EntityVO.operationSpace
(GeoPropertyVO newOperationSpace) EntityVO.setAdditionalProperties
(String propertyKey, Object value) EntityVO.setAdditionalProperties
(Map<String, Object> newAdditionalProperties) EntityVO.setAtContext
(Object newAtContext) EntityVO.setCreatedAt
(Instant newCreatedAt) EntityVO.setLocation
(GeoPropertyVO newLocation) EntityVO.setModifiedAt
(Instant newModifiedAt) EntityVO.setObservationSpace
(GeoPropertyVO newObservationSpace) EntityVO.setOperationSpace
(GeoPropertyVO newOperationSpace)