Class AccountInviteRequest


  • public class AccountInviteRequest
    extends Object
    An account invite request. Used when inviting a member to an account via an HTTP request.
    • Constructor Detail

      • AccountInviteRequest

        public AccountInviteRequest()
    • Method Detail

      • getEmail

        public String getEmail()
        The e-mail address of the user being invited to the account.
      • getPhone

        public Phone getPhone()
        The phone number of the user being invited to the account.
      • getAccountRoleIds

        public Set<String> getAccountRoleIds()
        The roles to be assigned to the user upon accepting the invitation.
      • setEmail

        public void setEmail​(String email)
        The e-mail address of the user being invited to the account.
      • setPhone

        public void setPhone​(Phone phone)
        The phone number of the user being invited to the account.
      • setAccountRoleIds

        public void setAccountRoleIds​(Set<String> accountRoleIds)
        The roles to be assigned to the user upon accepting the invitation.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object