Uses of Class
dev.vality.swag.analytics.model.Report
| Package | Description |
|---|---|
| dev.vality.swag.analytics.api | |
| dev.vality.swag.analytics.model |
-
Uses of Report in dev.vality.swag.analytics.api
Methods in dev.vality.swag.analytics.api that return types with arguments of type Report Modifier and Type Method Description default org.springframework.http.ResponseEntity<Report>ReportsApi. createReport(String xRequestID, String partyID, OffsetDateTime fromTime, OffsetDateTime toTime, String reportType, String xRequestDeadline, String shopID)default org.springframework.http.ResponseEntity<Report>ReportsApi. getReport(String xRequestID, Long reportID, String xRequestDeadline) -
Uses of Report in dev.vality.swag.analytics.model
Methods in dev.vality.swag.analytics.model that return Report Modifier and Type Method Description ReportReport. addFilesItem(FileMeta filesItem)ReportReport. createdAt(OffsetDateTime createdAt)ReportReport. files(List<FileMeta> files)ReportReport. fromTime(OffsetDateTime fromTime)ReportReport. id(Long id)ReportReport. partyID(String partyID)ReportReport. reportType(Report.ReportTypeEnum reportType)ReportReport. shopID(String shopID)ReportReport. status(Report.StatusEnum status)ReportReport. toTime(OffsetDateTime toTime)Methods in dev.vality.swag.analytics.model that return types with arguments of type Report Modifier and Type Method Description List<Report>InlineResponse20013. getResult()Get resultMethods in dev.vality.swag.analytics.model with parameters of type Report Modifier and Type Method Description InlineResponse20013InlineResponse20013. addResultItem(Report resultItem)Method parameters in dev.vality.swag.analytics.model with type arguments of type Report Modifier and Type Method Description InlineResponse20013InlineResponse20013. result(List<Report> result)voidInlineResponse20013. setResult(List<Report> result)