public class

UpdateListResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.lists.UpdateListResponse

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="UpdateListResult" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class UpdateListResponse.UpdateListResult

Java class for anonymous complex type. 

Fields
protected UpdateListResponse.UpdateListResult updateListResult
Public Constructors
UpdateListResponse()
Public Methods
UpdateListResponse.UpdateListResult getUpdateListResult()
Gets the value of the updateListResult property.
void setUpdateListResult(UpdateListResponse.UpdateListResult value)
Sets the value of the updateListResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UpdateListResponse.UpdateListResult updateListResult

Public Constructors

public UpdateListResponse ()

Public Methods

public UpdateListResponse.UpdateListResult getUpdateListResult ()

Gets the value of the updateListResult property.

Returns

public void setUpdateListResult (UpdateListResponse.UpdateListResult value)

Sets the value of the updateListResult property.

Parameters
value Allowed object is UpdateListResponse.UpdateListResult