Uses of Enum
com.xero.models.accounting.Report.ReportTypeEnum
Packages that use Report.ReportTypeEnum
-
Uses of Report.ReportTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Report.ReportTypeEnumModifier and TypeMethodDescriptionstatic Report.ReportTypeEnumfromValueReport.getReportType()See Prepayment Typesstatic Report.ReportTypeEnumReturns 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 com.xero.models.accounting with parameters of type Report.ReportTypeEnumModifier and TypeMethodDescriptionReport.reportType(Report.ReportTypeEnum reportType) See Prepayment TypesvoidReport.setReportType(Report.ReportTypeEnum reportType) See Prepayment Types