public class

DeleteAlertsResponse

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

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

Summary

Fields
protected ArrayOfDeleteFailure deleteAlertsResult
Public Constructors
DeleteAlertsResponse()
Public Methods
ArrayOfDeleteFailure getDeleteAlertsResult()
Gets the value of the deleteAlertsResult property.
void setDeleteAlertsResult(ArrayOfDeleteFailure value)
Sets the value of the deleteAlertsResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfDeleteFailure deleteAlertsResult

Public Constructors

public DeleteAlertsResponse ()

Public Methods

public ArrayOfDeleteFailure getDeleteAlertsResult ()

Gets the value of the deleteAlertsResult property.

Returns

public void setDeleteAlertsResult (ArrayOfDeleteFailure value)

Sets the value of the deleteAlertsResult property.

Parameters
value Allowed object is ArrayOfDeleteFailure