Uses of Class
org.fiware.ngsi.model.EntityTemporalFragmentVO
-
Uses of EntityTemporalFragmentVO in org.fiware.ngsi.api
Modifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<Object>
TemporalApi.addTemporalEntityAttrs
(URI entityId, EntityTemporalFragmentVO entityTemporalFragmentVO) io.micronaut.http.HttpResponse<Object>
TemporalEvolutionApi.addTemporalEntityAttrs
(URI entityId, EntityTemporalFragmentVO entityTemporalFragmentVO) io.micronaut.http.HttpResponse<Object>
TemporalApi.modifyEntityTemporalAttrInstance
(URI entityId, String attrId, URI instanceId, EntityTemporalFragmentVO entityTemporalFragmentVO) io.micronaut.http.HttpResponse<Object>
TemporalEvolutionApi.modifyEntityTemporalAttrInstance
(URI entityId, String attrId, URI instanceId, EntityTemporalFragmentVO entityTemporalFragmentVO) -
Uses of EntityTemporalFragmentVO in org.fiware.ngsi.model
Modifier and TypeMethodDescriptionEntityTemporalFragmentVO.addLocationItem
(GeoPropertyVO locationItem) EntityTemporalFragmentVO.addObservationSpaceItem
(GeoPropertyVO observationSpaceItem) EntityTemporalFragmentVO.addOperationSpaceItem
(GeoPropertyVO operationSpaceItem) EntityTemporalFragmentVO.location
(List<GeoPropertyVO> newLocation) EntityTemporalFragmentVO.observationSpace
(List<GeoPropertyVO> newObservationSpace) EntityTemporalFragmentVO.operationSpace
(List<GeoPropertyVO> newOperationSpace) EntityTemporalFragmentVO.setAdditionalProperties
(String propertyKey, Object value) EntityTemporalFragmentVO.setAdditionalProperties
(Map<String, Object> newAdditionalProperties) EntityTemporalFragmentVO.setAtContext
(Object newAtContext) EntityTemporalFragmentVO.setLocation
(List<GeoPropertyVO> newLocation) EntityTemporalFragmentVO.setObservationSpace
(List<GeoPropertyVO> newObservationSpace) EntityTemporalFragmentVO.setOperationSpace
(List<GeoPropertyVO> newOperationSpace)