Uses of Class
dev.vality.damsel.reports.ReportNotFound
Packages that use ReportNotFound
-
Uses of ReportNotFound in dev.vality.damsel.reports
Fields in dev.vality.damsel.reports declared as ReportNotFoundModifier and TypeFieldDescriptionReportingSrv.cancelReport_result.ex1ReportingSrv.GetReport_result.ex1Methods in dev.vality.damsel.reports that return ReportNotFoundModifier and TypeMethodDescriptionReportNotFound.deepCopy()ReportingSrv.cancelReport_result.getEx1()ReportingSrv.GetReport_result.getEx1()Methods in dev.vality.damsel.reports with parameters of type ReportNotFoundModifier and TypeMethodDescriptionintReportNotFound.compareTo(ReportNotFound other) booleanReportNotFound.equals(ReportNotFound that) ReportingSrv.cancelReport_result.setEx1(ReportNotFound ex1) ReportingSrv.GetReport_result.setEx1(ReportNotFound ex1) Methods in dev.vality.damsel.reports that throw ReportNotFoundModifier and TypeMethodDescriptionvoidReportingSrv.Client.cancelReport(String party_id, String shop_id, long report_id) voidReportingSrv.Iface.cancelReport(String party_id, String shop_id, long report_id) Запрос на отмену отчета ReportNotFound, если отчет не найденЗапрос на получение отчета ReportNotFound, если отчет не найденReportingSrv.AsyncClient.cancelReport_call.getResult()ReportingSrv.AsyncClient.GetReport_call.getResult()voidReportingSrv.Client.recvCancelReport()ReportingSrv.Client.recvGetReport()Constructors in dev.vality.damsel.reports with parameters of type ReportNotFoundModifierConstructorDescriptionGetReport_result(Report success, ReportNotFound ex1) ReportNotFound(ReportNotFound other) Performs a deep copy on other.