public class

AddListResponse

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

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="AddListResult" 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 AddListResponse.AddListResult

Java class for anonymous complex type. 

Fields
protected AddListResponse.AddListResult addListResult
Public Constructors
AddListResponse()
Public Methods
AddListResponse.AddListResult getAddListResult()
Gets the value of the addListResult property.
void setAddListResult(AddListResponse.AddListResult value)
Sets the value of the addListResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AddListResponse.AddListResult addListResult

Public Constructors

public AddListResponse ()

Public Methods

public AddListResponse.AddListResult getAddListResult ()

Gets the value of the addListResult property.

Returns

public void setAddListResult (AddListResponse.AddListResult value)

Sets the value of the addListResult property.

Parameters
value Allowed object is AddListResponse.AddListResult