Class AccountMemberRoleChangeRequest
java.lang.Object
com.broadleafcommerce.auth.resource.domain.AccountMemberRoleChangeRequest
Data about AccountMember role updates.
- Author:
- Cade Rea (cade-rea)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
com.broadleafcommerce.data.tracking.core.context.ContextInfo
int
hashCode()
boolean
isDelete()
void
setAccountId
(String accountId) void
setAccountRoleIds
(List<String> accountRoleIds) void
setAccountStatus
(String accountStatus) void
setContext
(com.broadleafcommerce.data.tracking.core.context.ContextInfo context) void
setDelete
(boolean isDelete) void
toString()
-
Constructor Details
-
AccountMemberRoleChangeRequest
public AccountMemberRoleChangeRequest() -
AccountMemberRoleChangeRequest
-
-
Method Details
-
getAccountRoleIds
-
getUserId
-
getAccountId
-
getAccountStatus
-
isDelete
public boolean isDelete() -
getContext
public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContext() -
setAccountRoleIds
-
setUserId
-
setAccountId
-
setAccountStatus
-
setDelete
public void setDelete(boolean isDelete) -
setContext
public void setContext(com.broadleafcommerce.data.tracking.core.context.ContextInfo context) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-