public class UpdateUserRolesRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="UserId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="NewRoleId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="NewAccountIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="NewCustomerIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="DeleteRoleId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DeleteAccountIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="DeleteCustomerIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
customerId |
protected ArrayOflong |
deleteAccountIds |
protected ArrayOflong |
deleteCustomerIds |
protected Integer |
deleteRoleId |
protected ArrayOflong |
newAccountIds |
protected ArrayOflong |
newCustomerIds |
protected Integer |
newRoleId |
protected Long |
userId |
| Constructor and Description |
|---|
UpdateUserRolesRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCustomerId()
Gets the value of the customerId property.
|
ArrayOflong |
getDeleteAccountIds()
Gets the value of the deleteAccountIds property.
|
ArrayOflong |
getDeleteCustomerIds()
Gets the value of the deleteCustomerIds property.
|
Integer |
getDeleteRoleId()
Gets the value of the deleteRoleId property.
|
ArrayOflong |
getNewAccountIds()
Gets the value of the newAccountIds property.
|
ArrayOflong |
getNewCustomerIds()
Gets the value of the newCustomerIds property.
|
Integer |
getNewRoleId()
Gets the value of the newRoleId property.
|
Long |
getUserId()
Gets the value of the userId property.
|
void |
setCustomerId(Long value)
Sets the value of the customerId property.
|
void |
setDeleteAccountIds(ArrayOflong value)
Sets the value of the deleteAccountIds property.
|
void |
setDeleteCustomerIds(ArrayOflong value)
Sets the value of the deleteCustomerIds property.
|
void |
setDeleteRoleId(Integer value)
Sets the value of the deleteRoleId property.
|
void |
setNewAccountIds(ArrayOflong value)
Sets the value of the newAccountIds property.
|
void |
setNewCustomerIds(ArrayOflong value)
Sets the value of the newCustomerIds property.
|
void |
setNewRoleId(Integer value)
Sets the value of the newRoleId property.
|
void |
setUserId(Long value)
Sets the value of the userId property.
|
protected Long customerId
protected Long userId
protected Integer newRoleId
protected ArrayOflong newAccountIds
protected ArrayOflong newCustomerIds
protected Integer deleteRoleId
protected ArrayOflong deleteAccountIds
protected ArrayOflong deleteCustomerIds
public Long getCustomerId()
Longpublic void setCustomerId(Long value)
value - allowed object is
Longpublic Long getUserId()
Longpublic void setUserId(Long value)
value - allowed object is
Longpublic Integer getNewRoleId()
Integerpublic void setNewRoleId(Integer value)
value - allowed object is
Integerpublic ArrayOflong getNewAccountIds()
ArrayOflongpublic void setNewAccountIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic ArrayOflong getNewCustomerIds()
ArrayOflongpublic void setNewCustomerIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic Integer getDeleteRoleId()
Integerpublic void setDeleteRoleId(Integer value)
value - allowed object is
Integerpublic ArrayOflong getDeleteAccountIds()
ArrayOflongpublic void setDeleteAccountIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic ArrayOflong getDeleteCustomerIds()
ArrayOflongpublic void setDeleteCustomerIds(ArrayOflong value)
value - allowed object is
ArrayOflongCopyright © 2024. All rights reserved.