Uses of Class
com.xero.models.accounting.RowType
-
Packages that use RowType Package Description com.xero.models.accounting -
-
Uses of RowType in com.xero.models.accounting
Methods in com.xero.models.accounting that return RowType Modifier and Type Method Description static RowTypeRowType. fromValue(String value)fromValueRowTypeReportRow. getRowType()Get rowTypeRowTypeReportRows. getRowType()Get rowTypestatic RowTypeRowType. valueOf(String name)Returns the enum constant of this type with the specified name.static RowType[]RowType. 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 RowType Modifier and Type Method Description ReportRowReportRow. rowType(RowType rowType)rowTypeReportRowsReportRows. rowType(RowType rowType)rowTypevoidReportRow. setRowType(RowType rowType)rowTypevoidReportRows. setRowType(RowType rowType)rowType
-