Uses of Enum
com.xero.models.accounting.User.OrganisationRoleEnum
Packages that use User.OrganisationRoleEnum
-
Uses of User.OrganisationRoleEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return User.OrganisationRoleEnumModifier and TypeMethodDescriptionstatic User.OrganisationRoleEnumfromValueUser.getOrganisationRole()User role that defines permissions in Xero and via API (READONLY, INVOICEONLY, STANDARD, FINANCIALADVISER, etc)static User.OrganisationRoleEnumReturns 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.OrganisationRoleEnumModifier and TypeMethodDescriptionUser.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)