Uses of Class
org.fiware.ngsi.model.ContextSourceRegistrationVO
-
Uses of ContextSourceRegistrationVO in org.fiware.ngsi.api
Modifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<ContextSourceRegistrationVO>
ContextSourcesApi.retrieveCsource
(URI registrationId) io.micronaut.http.HttpResponse<ContextSourceRegistrationVO>
CSourceRegistrationsApi.retrieveCsource
(URI registrationId) Modifier 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
Modifier 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)