Uses of Class
org.fiware.ngsi.model.EntityFragmentVO
-
Uses of EntityFragmentVO in org.fiware.ngsi.api
Modifier 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
Modifier 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)