Uses of Class
dev.vality.swag.analytics.model.Report.ReportTypeEnum
| Package | Description |
|---|---|
| dev.vality.swag.analytics.model |
-
Uses of Report.ReportTypeEnum in dev.vality.swag.analytics.model
Methods in dev.vality.swag.analytics.model that return Report.ReportTypeEnum Modifier and Type Method Description static Report.ReportTypeEnumReport.ReportTypeEnum. fromValue(String text)Report.ReportTypeEnumReport. getReportType()Тип отчетаstatic Report.ReportTypeEnumReport.ReportTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Report.ReportTypeEnum[]Report.ReportTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.swag.analytics.model with parameters of type Report.ReportTypeEnum Modifier and Type Method Description ReportReport. reportType(Report.ReportTypeEnum reportType)voidReport. setReportType(Report.ReportTypeEnum reportType)