| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.alerts.AlertInfo |
Java class for AlertInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CurrentUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AlertServerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AlertServerUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AlertServerType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AlertsManagementUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AlertWebTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NewAlertUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AlertWebId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Alerts" type="{http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/}ArrayOfAlert" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| alertServerName | |||||||||||
| alertServerType | |||||||||||
| alertServerUrl | |||||||||||
| alertWebId | |||||||||||
| alertWebTitle | |||||||||||
| alerts | |||||||||||
| alertsManagementUrl | |||||||||||
| currentUser | |||||||||||
| newAlertUrl | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the alertServerName property.
| |||||||||||
Gets the value of the alertServerType property.
| |||||||||||
Gets the value of the alertServerUrl property.
| |||||||||||
Gets the value of the alertWebId property.
| |||||||||||
Gets the value of the alertWebTitle property.
| |||||||||||
Gets the value of the alerts property.
| |||||||||||
Gets the value of the alertsManagementUrl property.
| |||||||||||
Gets the value of the currentUser property.
| |||||||||||
Gets the value of the newAlertUrl property.
| |||||||||||
Sets the value of the alertServerName property.
| |||||||||||
Sets the value of the alertServerType property.
| |||||||||||
Sets the value of the alertServerUrl property.
| |||||||||||
Sets the value of the alertWebId property.
| |||||||||||
Sets the value of the alertWebTitle property.
| |||||||||||
Sets the value of the alerts property.
| |||||||||||
Sets the value of the alertsManagementUrl property.
| |||||||||||
Sets the value of the currentUser property.
| |||||||||||
Sets the value of the newAlertUrl property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the alertServerName property.
Gets the value of the alertServerType property.
Gets the value of the alertServerUrl property.
Gets the value of the alertWebId property.
Gets the value of the alertWebTitle property.
Gets the value of the alerts property.
ArrayOfAlert
Gets the value of the alertsManagementUrl property.
Gets the value of the currentUser property.
Gets the value of the newAlertUrl property.
Sets the value of the alertServerName property.
| value | Allowed object is String |
|---|
Sets the value of the alertServerType property.
| value | Allowed object is String |
|---|
Sets the value of the alertServerUrl property.
| value | Allowed object is String |
|---|
Sets the value of the alertWebId property.
| value | Allowed object is String |
|---|
Sets the value of the alertWebTitle property.
| value | Allowed object is String |
|---|
Sets the value of the alerts property.
| value | Allowed object is
ArrayOfAlert
|
|---|
Sets the value of the alertsManagementUrl property.
| value | Allowed object is String |
|---|
Sets the value of the currentUser property.
| value | Allowed object is String |
|---|
Sets the value of the newAlertUrl property.
| value | Allowed object is String |
|---|