| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static ReportRow.RowTypeEnum |
ReportRow.RowTypeEnum.fromValue(String text) |
ReportRow.RowTypeEnum |
ReportRow.getRowType()
Get rowType
|
static ReportRow.RowTypeEnum |
ReportRow.RowTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportRow.RowTypeEnum[] |
ReportRow.RowTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReportRow |
ReportRow.rowType(ReportRow.RowTypeEnum rowType) |
void |
ReportRow.setRowType(ReportRow.RowTypeEnum rowType) |
Copyright © 2019. All rights reserved.