| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.alerts.Alert |
Java class for Alert complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Alert">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="EventType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AlertForTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AlertForUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EditAlertUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DeliveryChannels" type="{http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/}ArrayOfDeliveryChannel" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| alertForTitle | |||||||||||
| alertForUrl | |||||||||||
| deliveryChannels | |||||||||||
| editAlertUrl | |||||||||||
| eventType | |||||||||||
| id | |||||||||||
| title | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the active property.
| |||||||||||
Gets the value of the alertForTitle property.
| |||||||||||
Gets the value of the alertForUrl property.
| |||||||||||
Gets the value of the deliveryChannels property.
| |||||||||||
Gets the value of the editAlertUrl property.
| |||||||||||
Gets the value of the eventType property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the alertForTitle property.
| |||||||||||
Sets the value of the alertForUrl property.
| |||||||||||
Sets the value of the deliveryChannels property.
| |||||||||||
Sets the value of the editAlertUrl property.
| |||||||||||
Sets the value of the eventType property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the active property. This getter has been renamed from isActive() to getActive() by cxf-xjc-boolean plugin.
Gets the value of the alertForTitle property.
Gets the value of the alertForUrl property.
Gets the value of the deliveryChannels property.
ArrayOfDeliveryChannel
Gets the value of the editAlertUrl property.
Gets the value of the eventType property.
Gets the value of the id property.
Gets the value of the title property.
Sets the value of the active property.
| value |
|---|
Sets the value of the alertForTitle property.
| value | Allowed object is String |
|---|
Sets the value of the alertForUrl property.
| value | Allowed object is String |
|---|
Sets the value of the deliveryChannels property.
| value | Allowed object is
ArrayOfDeliveryChannel
|
|---|
Sets the value of the editAlertUrl property.
| value | Allowed object is String |
|---|
Sets the value of the eventType property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|