Uses of Class
com.xero.models.accounting.Report.ReportTypeEnum
-
Packages that use Report.ReportTypeEnum Package Description com.xero.models.accounting -
-
Uses of Report.ReportTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Report.ReportTypeEnum Modifier and Type Method Description static Report.ReportTypeEnumReport.ReportTypeEnum. fromValue(String value)fromValueReport.ReportTypeEnumReport. getReportType()See Prepayment Typesstatic 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 com.xero.models.accounting with parameters of type Report.ReportTypeEnum Modifier and Type Method Description ReportReport. reportType(Report.ReportTypeEnum reportType)See Prepayment TypesvoidReport. setReportType(Report.ReportTypeEnum reportType)See Prepayment Types
-