| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static RowType |
RowType.fromValue(String value) |
RowType |
ReportRows.getRowType()
Get rowType
|
RowType |
ReportRow.getRowType()
Get rowType
|
static RowType |
RowType.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.
|
| Modifier and Type | Method and Description |
|---|---|
ReportRows |
ReportRows.rowType(RowType rowType) |
ReportRow |
ReportRow.rowType(RowType rowType) |
void |
ReportRows.setRowType(RowType rowType) |
void |
ReportRow.setRowType(RowType rowType) |
Copyright © 2019. All rights reserved.