| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static User.OrganisationRoleEnum |
User.OrganisationRoleEnum.fromValue(String value) |
User.OrganisationRoleEnum |
User.getOrganisationRole()
User role that defines permissions in Xero and via API (READONLY, INVOICEONLY, STANDARD, FINANCIALADVISER, etc)
|
static User.OrganisationRoleEnum |
User.OrganisationRoleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.OrganisationRoleEnum[] |
User.OrganisationRoleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.organisationRole(User.OrganisationRoleEnum organisationRole) |
void |
User.setOrganisationRole(User.OrganisationRoleEnum organisationRole) |
Copyright © 2019. All rights reserved.