Class UpdateAccountMemberRequest
java.lang.Object
com.broadleafcommerce.customer.web.endpoint.domain.UpdateAccountMemberRequest
- All Implemented Interfaces:
Serializable
Used to describe an update that should be made to an
AccountMember
- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The roles assigned to thisAccountMember
.Deprecated.Use the customer's phone numbers insteadAdditional attributes that are used to describe the account membergetEmail()
Deprecated.We use the customer's email instead.getPhone()
Deprecated.Use the customer's phone numbers insteadint
hashCode()
void
setAccountRoleIds
(Set<String> accountRoleIds) The roles assigned to thisAccountMember
.void
setAdditionalPhones
(List<AdditionalPhone> additionalPhones) Deprecated.Use the customer's phone numbers insteadvoid
setAttributes
(Map<String, Object> attributes) Additional attributes that are used to describe the account membervoid
Deprecated.We use the customer's email instead.void
Deprecated.Use the customer's phone numbers insteadtoString()
-
Constructor Details
-
UpdateAccountMemberRequest
public UpdateAccountMemberRequest()
-
-
Method Details
-
getAccountRoleIds
The roles assigned to thisAccountMember
.- Returns:
- The roles assigned to this account member.
-
getEmail
Deprecated.We use the customer's email instead.An updated email address for the account member.- Returns:
- an updated email address for the account member
-
getPhone
Deprecated.Use the customer's phone numbers insteadAn updated primary phone number of the account member.- Returns:
- an updated primary phone number of the account member
-
getAdditionalPhones
Deprecated.Use the customer's phone numbers insteadAdditional phone numbers associated with the account member.- Returns:
- additional phone numbers associated with the account member
-
getAttributes
Additional attributes that are used to describe the account member- Returns:
- additional attributes that are used to describe the account member
-
setAccountRoleIds
The roles assigned to thisAccountMember
.- Parameters:
accountRoleIds
- The roles assigned to this account member.
-
setEmail
Deprecated.We use the customer's email instead.An updated email address for the account member.- Parameters:
email
- an updated email address for the account member
-
setPhone
Deprecated.Use the customer's phone numbers insteadAn updated primary phone number of the account member.- Parameters:
phone
- an updated primary phone number of the account member
-
setAdditionalPhones
Deprecated.Use the customer's phone numbers insteadAdditional phone numbers associated with the account member.- Parameters:
additionalPhones
- additional phone numbers associated with the account member
-
setAttributes
Additional attributes that are used to describe the account member- Parameters:
attributes
- additional attributes that are used to describe the account member
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-