| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.mails.ChangeContactsMembershipInDistributionGroup |
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="AddListForContacts" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}ArrayOfString" minOccurs="0"/>
<element name="DeleteListForContacts" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addListForContacts | |||||||||||
| alias | |||||||||||
| deleteAllCurrentMembers | |||||||||||
| deleteListForContacts | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addListForContacts property.
| |||||||||||
Gets the value of the alias property.
| |||||||||||
Gets the value of the deleteAllCurrentMembers property.
| |||||||||||
Gets the value of the deleteListForContacts property.
| |||||||||||
Sets the value of the addListForContacts property.
| |||||||||||
Sets the value of the alias property.
| |||||||||||
Sets the value of the deleteAllCurrentMembers property.
| |||||||||||
Sets the value of the deleteListForContacts property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addListForContacts 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 deleteListForContacts property.
MailArrayOfString
Sets the value of the addListForContacts 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 deleteListForContacts property.
| value | Allowed object is
MailArrayOfString
|
|---|