| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.permissions.AddPermissionCollection |
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="permissionsInfoXml" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AddPermissionCollection.PermissionsInfoXml | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| objectName | |||||||||||
| objectType | |||||||||||
| permissionsInfoXml | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the objectName property.
| |||||||||||
Gets the value of the objectType property.
| |||||||||||
Gets the value of the permissionsInfoXml property.
| |||||||||||
Sets the value of the objectName property.
| |||||||||||
Sets the value of the objectType property.
| |||||||||||
Sets the value of the permissionsInfoXml 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 permissionsInfoXml property.
AddPermissionCollection.PermissionsInfoXml
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 permissionsInfoXml property.
| value | Allowed object is
AddPermissionCollection.PermissionsInfoXml
|
|---|