Uses of Class
org.fiware.ngsi.model.ContextSourceRegistrationVO
Packages that use ContextSourceRegistrationVO
-
Uses of ContextSourceRegistrationVO in org.fiware.ngsi.api
Methods in org.fiware.ngsi.api that return types with arguments of type ContextSourceRegistrationVOModifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<ContextSourceRegistrationVO>
ContextSourcesApi.retrieveCsource
(URI registrationId) io.micronaut.http.HttpResponse<ContextSourceRegistrationVO>
CSourceRegistrationsApi.retrieveCsource
(URI registrationId) Methods in org.fiware.ngsi.api with parameters of type ContextSourceRegistrationVOModifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<Object>
ContextSourcesApi.registerCsource
(ContextSourceRegistrationVO contextSourceRegistrationVO) io.micronaut.http.HttpResponse<Object>
CSourceRegistrationsApi.registerCsource
(ContextSourceRegistrationVO contextSourceRegistrationVO) -
Uses of ContextSourceRegistrationVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return ContextSourceRegistrationVOModifier and TypeMethodDescriptionContextSourceRegistrationVO.addInformationItem
(RegistrationInfoVO informationItem) ContextSourceRegistrationVO.description
(String newDescription) ContextSourceRegistrationVO.information
(List<RegistrationInfoVO> newInformation) ContextSourceRegistrationVO.location
(GeometryVO newLocation) ContextSourceRegistrationVO.managementInterval
(TimeIntervalVO newManagementInterval) ContextSourceRegistrationVO.modifiedAt
(Instant newModifiedAt) ContextSourceRegistrationVO.observationInterval
(TimeIntervalVO newObservationInterval) ContextSourceRegistrationVO.observationSpace
(GeometryVO newObservationSpace) ContextSourceRegistrationVO.operationSpace
(GeometryVO newOperationSpace) ContextSourceRegistrationVO.setAtContext
(Object newAtContext) ContextSourceRegistrationVO.setCreatedAt
(Instant newCreatedAt) ContextSourceRegistrationVO.setDescription
(String newDescription) ContextSourceRegistrationVO.setEndpoint
(URI newEndpoint) ContextSourceRegistrationVO.setExpires
(Instant newExpires) ContextSourceRegistrationVO.setInformation
(List<RegistrationInfoVO> newInformation) ContextSourceRegistrationVO.setLocation
(GeometryVO newLocation) ContextSourceRegistrationVO.setManagementInterval
(TimeIntervalVO newManagementInterval) ContextSourceRegistrationVO.setModifiedAt
(Instant newModifiedAt) ContextSourceRegistrationVO.setObservationInterval
(TimeIntervalVO newObservationInterval) ContextSourceRegistrationVO.setObservationSpace
(GeometryVO newObservationSpace) ContextSourceRegistrationVO.setOperationSpace
(GeometryVO newOperationSpace) ContextSourceRegistrationVO.setType
(ContextSourceRegistrationVO.Type newType) ContextSourceRegistrationVO.type
(ContextSourceRegistrationVO.Type newType)