| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.permissions.AddPermission |
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="objectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="objectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="permissionIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="permissionType" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| objectName | |||||||||||
| objectType | |||||||||||
| permissionIdentifier | |||||||||||
| permissionMask | |||||||||||
| permissionType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the objectName property.
| |||||||||||
Gets the value of the objectType property.
| |||||||||||
Gets the value of the permissionIdentifier property.
| |||||||||||
Gets the value of the permissionMask property.
| |||||||||||
Gets the value of the permissionType property.
| |||||||||||
Sets the value of the objectName property.
| |||||||||||
Sets the value of the objectType property.
| |||||||||||
Sets the value of the permissionIdentifier property.
| |||||||||||
Sets the value of the permissionMask property.
| |||||||||||
Sets the value of the permissionType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the objectName property.
Gets the value of the objectType property.
Gets the value of the permissionIdentifier property.
Gets the value of the permissionMask property.
Gets the value of the permissionType property.
Sets the value of the objectName property.
| value | Allowed object is String |
|---|
Sets the value of the objectType property.
| value | Allowed object is String |
|---|
Sets the value of the permissionIdentifier property.
| value | Allowed object is String |
|---|
Sets the value of the permissionMask property.
| value |
|---|
Sets the value of the permissionType property.
| value | Allowed object is String |
|---|