public class

DeleteAlerts

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.alerts.DeleteAlerts

Class Overview

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="IDs" type="{http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/}ArrayOfString" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AlertArrayOfString iDs
Public Constructors
DeleteAlerts()
Public Methods
AlertArrayOfString getIDs()
Gets the value of the iDs property.
void setIDs(AlertArrayOfString value)
Sets the value of the iDs property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AlertArrayOfString iDs

Public Constructors

public DeleteAlerts ()

Public Methods

public AlertArrayOfString getIDs ()

Gets the value of the iDs property.

Returns

public void setIDs (AlertArrayOfString value)

Sets the value of the iDs property.

Parameters
value Allowed object is AlertArrayOfString