Uses of Class
com.xero.models.accounting.User.OrganisationRoleEnum
-
Packages that use User.OrganisationRoleEnum Package Description com.xero.models.accounting -
-
Uses of User.OrganisationRoleEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return User.OrganisationRoleEnum Modifier and Type Method Description static User.OrganisationRoleEnumUser.OrganisationRoleEnum. fromValue(String value)fromValueUser.OrganisationRoleEnumUser. getOrganisationRole()User role that defines permissions in Xero and via API (READONLY, INVOICEONLY, STANDARD, FINANCIALADVISER, etc)static User.OrganisationRoleEnumUser.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.Methods in com.xero.models.accounting with parameters of type User.OrganisationRoleEnum Modifier and Type Method Description UserUser. organisationRole(User.OrganisationRoleEnum organisationRole)User role that defines permissions in Xero and via API (READONLY, INVOICEONLY, STANDARD, FINANCIALADVISER, etc)voidUser. setOrganisationRole(User.OrganisationRoleEnum organisationRole)User role that defines permissions in Xero and via API (READONLY, INVOICEONLY, STANDARD, FINANCIALADVISER, etc)
-