Uses of Class
org.fiware.ngsi.model.EntityFragmentVO
Packages that use EntityFragmentVO
-
Uses of EntityFragmentVO in org.fiware.ngsi.api
Methods in org.fiware.ngsi.api with parameters of type EntityFragmentVOModifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<Object>
ContextInformationApi.appendEntityAttrs
(URI entityId, EntityFragmentVO entityFragmentVO, String options) io.micronaut.http.HttpResponse<Object>
EntitiesApi.appendEntityAttrs
(URI entityId, EntityFragmentVO entityFragmentVO, String options) io.micronaut.http.HttpResponse<Object>
ContextInformationApi.partialAttrUpdate
(URI entityId, String attrId, EntityFragmentVO entityFragmentVO) io.micronaut.http.HttpResponse<Object>
EntitiesApi.partialAttrUpdate
(URI entityId, String attrId, EntityFragmentVO entityFragmentVO) io.micronaut.http.HttpResponse<Object>
ContextInformationApi.updateEntityAttrs
(URI entityId, EntityFragmentVO entityFragmentVO) io.micronaut.http.HttpResponse<Object>
EntitiesApi.updateEntityAttrs
(URI entityId, EntityFragmentVO entityFragmentVO) -
Uses of EntityFragmentVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return EntityFragmentVOModifier and TypeMethodDescriptionEntityFragmentVO.location
(GeoPropertyVO newLocation) EntityFragmentVO.modifiedAt
(Instant newModifiedAt) EntityFragmentVO.observationSpace
(GeoPropertyVO newObservationSpace) EntityFragmentVO.operationSpace
(GeoPropertyVO newOperationSpace) EntityFragmentVO.setAdditionalProperties
(String propertyKey, Object value) EntityFragmentVO.setAdditionalProperties
(Map<String, Object> newAdditionalProperties) EntityFragmentVO.setAtContext
(Object newAtContext) EntityFragmentVO.setCreatedAt
(Instant newCreatedAt) EntityFragmentVO.setLocation
(GeoPropertyVO newLocation) EntityFragmentVO.setModifiedAt
(Instant newModifiedAt) EntityFragmentVO.setObservationSpace
(GeoPropertyVO newObservationSpace) EntityFragmentVO.setOperationSpace
(GeoPropertyVO newOperationSpace)