Uses of Class
com.xero.models.accounting.User
-
Packages that use User Package Description com.xero.models.accounting -
-
Uses of User in com.xero.models.accounting
Methods in com.xero.models.accounting that return User Modifier and Type Method Description UserUser. emailAddress(String emailAddress)Email address of userUserUser. firstName(String firstName)First name of userUserExpenseClaim. getUser()Get userUserReceipt. getUser()Get userUserUser. isSubscriber(Boolean isSubscriber)Boolean to indicate if user is the subscriberUserUser. lastName(String lastName)Last name of userUserUser. organisationRole(User.OrganisationRoleEnum organisationRole)User role that defines permissions in Xero and via API (READONLY, INVOICEONLY, STANDARD, FINANCIALADVISER, etc)UserUser. userID(UUID userID)Xero identifierMethods in com.xero.models.accounting that return types with arguments of type User Modifier and Type Method Description List<User>Users. getUsers()Get usersMethods in com.xero.models.accounting with parameters of type User Modifier and Type Method Description UsersUsers. addUsersItem(User usersItem)usersvoidExpenseClaim. setUser(User user)uservoidReceipt. setUser(User user)userExpenseClaimExpenseClaim. user(User user)userReceiptReceipt. user(User user)userMethod parameters in com.xero.models.accounting with type arguments of type User Modifier and Type Method Description voidUsers. setUsers(List<User> users)usersUsersUsers. users(List<User> users)users
-