| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.usergroup.UpdateRoleInfo |
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="oldRoleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="roleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="permissionMask" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| oldRoleName | |||||||||||
| permissionMask | |||||||||||
| roleName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the oldRoleName property.
| |||||||||||
Gets the value of the permissionMask property.
| |||||||||||
Gets the value of the roleName property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the oldRoleName property.
| |||||||||||
Sets the value of the permissionMask property.
| |||||||||||
Sets the value of the roleName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the oldRoleName property.
Gets the value of the permissionMask property.
Gets the value of the roleName property.
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the oldRoleName property.
| value | Allowed object is String |
|---|
Sets the value of the permissionMask property.
| value |
|---|
Sets the value of the roleName property.
| value | Allowed object is String |
|---|