Class AccountInviteRequest
java.lang.Object
com.broadleafcommerce.customer.domain.AccountInviteRequest
An account invite request. Used when inviting a member to an account via an HTTP request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The roles to be assigned to the user upon accepting the invitation.getEmail()
The e-mail address of the user being invited to the account.getPhone()
The phone number of the user being invited to the account.int
hashCode()
void
setAccountRoleIds
(Set<String> accountRoleIds) The roles to be assigned to the user upon accepting the invitation.void
The e-mail address of the user being invited to the account.void
The phone number of the user being invited to the account.toString()
-
Constructor Details
-
AccountInviteRequest
public AccountInviteRequest()
-
-
Method Details
-
getEmail
The e-mail address of the user being invited to the account. -
getPhone
The phone number of the user being invited to the account. -
getAccountRoleIds
The roles to be assigned to the user upon accepting the invitation. -
setEmail
The e-mail address of the user being invited to the account. -
setPhone
The phone number of the user being invited to the account. -
setAccountRoleIds
The roles to be assigned to the user upon accepting the invitation. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-