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