public class

UpdateListItems

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

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="listName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="updates">
           <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 UpdateListItems.Updates

Java class for anonymous complex type. 

Fields
protected String listName
protected UpdateListItems.Updates updates
Public Constructors
UpdateListItems()
Public Methods
String getListName()
Gets the value of the listName property.
UpdateListItems.Updates getUpdates()
Gets the value of the updates property.
void setListName(String value)
Sets the value of the listName property.
void setUpdates(UpdateListItems.Updates value)
Sets the value of the updates property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String listName

protected UpdateListItems.Updates updates

Public Constructors

public UpdateListItems ()

Public Methods

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public UpdateListItems.Updates getUpdates ()

Gets the value of the updates property.

Returns

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setUpdates (UpdateListItems.Updates value)

Sets the value of the updates property.

Parameters
value Allowed object is UpdateListItems.Updates