Uses of Class
org.fiware.ngsi.model.EntityVO
Packages that use EntityVO
-
Uses of EntityVO in org.fiware.ngsi.api
Methods in org.fiware.ngsi.api that return types with arguments of type EntityVOModifier 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) Methods in org.fiware.ngsi.api with parameters of type EntityVOModifier 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
Methods in org.fiware.ngsi.model that return EntityVOModifier 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)