| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.mails.ChangeUsersMembershipInDistributionGroup |
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="Alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AddNt4NameList" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}ArrayOfString" minOccurs="0"/>
<element name="DeleteNt4NameList" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}ArrayOfString" minOccurs="0"/>
<element name="DeleteAllCurrentMembers" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addNt4NameList | |||||||||||
| alias | |||||||||||
| deleteAllCurrentMembers | |||||||||||
| deleteNt4NameList | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addNt4NameList property.
| |||||||||||
Gets the value of the alias property.
| |||||||||||
Gets the value of the deleteAllCurrentMembers property.
| |||||||||||
Gets the value of the deleteNt4NameList property.
| |||||||||||
Sets the value of the addNt4NameList property.
| |||||||||||
Sets the value of the alias property.
| |||||||||||
Sets the value of the deleteAllCurrentMembers property.
| |||||||||||
Sets the value of the deleteNt4NameList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addNt4NameList property.
MailArrayOfString
Gets the value of the alias property.
Gets the value of the deleteAllCurrentMembers property. This getter has been renamed from isDeleteAllCurrentMembers() to getDeleteAllCurrentMembers() by cxf-xjc-boolean plugin.
Gets the value of the deleteNt4NameList property.
MailArrayOfString
Sets the value of the addNt4NameList property.
| value | Allowed object is
MailArrayOfString
|
|---|
Sets the value of the alias property.
| value | Allowed object is String |
|---|
Sets the value of the deleteAllCurrentMembers property.
| value |
|---|
Sets the value of the deleteNt4NameList property.
| value | Allowed object is
MailArrayOfString
|
|---|