| java.lang.Object | ||
| ↳ | org.mule.modules.sharepoint.microsoft.alerts.DeliveryChannel | |
| ↳ | org.mule.modules.sharepoint.microsoft.alerts.EmailChannel | |
Java class for EmailChannel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailChannel">
<complexContent>
<extension base="{http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/}DeliveryChannel">
<sequence>
<element name="Frequency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| address | |||||||||||
| frequency | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the address property.
| |||||||||||
Gets the value of the frequency property.
| |||||||||||
Sets the value of the address property.
| |||||||||||
Sets the value of the frequency property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the address property.
Gets the value of the frequency property.
Sets the value of the address property.
| value | Allowed object is String |
|---|
Sets the value of the frequency property.
| value | Allowed object is String |
|---|