| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.mails.CreateDistributionGroup |
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="Name" 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="ContactCN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Info" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}RequestInfo" minOccurs="0"/>
<element name="Flags" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}DistributionGroupFlags"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| alias | |||||||||||
| contactCN | |||||||||||
| description | |||||||||||
| flags | |||||||||||
| info | |||||||||||
| name | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the alias property.
| |||||||||||
Gets the value of the contactCN property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the flags property.
| |||||||||||
Gets the value of the info property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the alias property.
| |||||||||||
Sets the value of the contactCN property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the flags property.
| |||||||||||
Sets the value of the info property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the alias property.
Gets the value of the contactCN property.
Gets the value of the description property.
Gets the value of the flags property.
DistributionGroupFlags
Gets the value of the info property.
RequestInfo
Gets the value of the name property.
Sets the value of the alias property.
| value | Allowed object is String |
|---|
Sets the value of the contactCN property.
| value | Allowed object is String |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the flags property.
| value | Allowed object is
DistributionGroupFlags
|
|---|
Sets the value of the info property.
| value | Allowed object is
RequestInfo
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|