Uses of Class
com.xero.models.accounting.ReportFields
-
Packages that use 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)descriptionReportFieldsReportFields. fieldID(String fieldID)fieldIDReportFieldsReportFields. value(String value)valueMethods 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)fieldsMethod parameters in com.xero.models.accounting with type arguments of type ReportFields Modifier and Type Method Description ReportWithRowReportWithRow. fields(List<ReportFields> fields)fieldsvoidReportWithRow. setFields(List<ReportFields> fields)fields
-