Uses of Class
org.opennms.web.rest.v1.KscRestService.KscReport
-
Packages that use KscRestService.KscReport Package Description org.opennms.web.rest.v1 -
-
Uses of KscRestService.KscReport in org.opennms.web.rest.v1
Methods in org.opennms.web.rest.v1 that return KscRestService.KscReport Modifier and Type Method Description KscRestService.KscReport
KscRestService. getReport(Integer reportId)
Methods in org.opennms.web.rest.v1 that return types with arguments of type KscRestService.KscReport Modifier and Type Method Description List<KscRestService.KscReport>
KscRestService.KscReportCollection. getObjects()
Methods in org.opennms.web.rest.v1 with parameters of type KscRestService.KscReport Modifier and Type Method Description javax.ws.rs.core.Response
KscRestService. addKscReport(javax.ws.rs.core.UriInfo uriInfo, KscRestService.KscReport kscReport)
Constructor parameters in org.opennms.web.rest.v1 with type arguments of type KscRestService.KscReport Constructor Description KscReportCollection(Collection<? extends KscRestService.KscReport> reports)
-