Uses of Class
com.xero.models.accounting.ReportFields
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of ReportFields in com.xero.models.accounting
Methods in com.xero.models.accounting that return ReportFields Modifier and Type Method Description ReportFieldsReportFields. description(String description)ReportFieldsReportFields. fieldID(UUID fieldID)ReportFieldsReportFields. value(String value)Methods in com.xero.models.accounting that return types with arguments of type ReportFields Modifier and Type Method Description List<ReportFields>ReportWithRow. getFields()Get fieldsMethods in com.xero.models.accounting with parameters of type ReportFields Modifier and Type Method Description ReportWithRowReportWithRow. addFieldsItem(ReportFields fieldsItem)Method parameters in com.xero.models.accounting with type arguments of type ReportFields Modifier and Type Method Description ReportWithRowReportWithRow. fields(List<ReportFields> fields)voidReportWithRow. setFields(List<ReportFields> fields)