Uses of Class
org.dspace.app.rest.model.UsageReportPointRest
-
Packages that use UsageReportPointRest Package Description org.dspace.app.rest.model -
-
Uses of UsageReportPointRest in org.dspace.app.rest.model
Subclasses of UsageReportPointRest in org.dspace.app.rest.model Modifier and Type Class Description classUsageReportPointCityRestThis class serves as a REST representation of a City data Point of aUsageReportRestfrom the DSpace statisticsclassUsageReportPointCountryRestThis class serves as a REST representation of a Country data Point of aUsageReportRestfrom the DSpace statistics.classUsageReportPointDateRestThis class serves as a REST representation of a Date (month) data Point of aUsageReportRestfrom the DSpace statisticsclassUsageReportPointDsoTotalVisitsRestThis class serves as a REST representation of a TotalVisit data Point of a DSO'sUsageReportRestfrom the DSpace statisticsMethods in org.dspace.app.rest.model that return types with arguments of type UsageReportPointRest Modifier and Type Method Description List<UsageReportPointRest>UsageReportRest. getPoints()Returns the list ofUsageReportPointRestobjects attached to thisUsageReportRestobject, or empty list if noneMethods in org.dspace.app.rest.model with parameters of type UsageReportPointRest Modifier and Type Method Description voidUsageReportRest. addPoint(UsageReportPointRest point)Adds aUsageReportPointRestobject to thisUsageReportRestobjectMethod parameters in org.dspace.app.rest.model with type arguments of type UsageReportPointRest Modifier and Type Method Description voidUsageReportRest. setPoints(List<UsageReportPointRest> points)Set allUsageReportPointRestobjects on thisUsageReportRestobject
-