Class AccountInviteRequest

java.lang.Object
com.broadleafcommerce.customer.domain.AccountInviteRequest

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

    • AccountInviteRequest

      public AccountInviteRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object