public class

UpdateList

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

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" minOccurs="0"/>
         <element name="listProperties" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="newFields" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="updateFields" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="deleteFields" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="listVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class UpdateList.DeleteFields

Java class for anonymous complex type. 

class UpdateList.ListProperties

Java class for anonymous complex type. 

class UpdateList.NewFields

Java class for anonymous complex type. 

class UpdateList.UpdateFields

Java class for anonymous complex type. 

Fields
protected UpdateList.DeleteFields deleteFields
protected String listName
protected UpdateList.ListProperties listProperties
protected String listVersion
protected UpdateList.NewFields newFields
protected UpdateList.UpdateFields updateFields
Public Constructors
UpdateList()
Public Methods
UpdateList.DeleteFields getDeleteFields()
Gets the value of the deleteFields property.
String getListName()
Gets the value of the listName property.
UpdateList.ListProperties getListProperties()
Gets the value of the listProperties property.
String getListVersion()
Gets the value of the listVersion property.
UpdateList.NewFields getNewFields()
Gets the value of the newFields property.
UpdateList.UpdateFields getUpdateFields()
Gets the value of the updateFields property.
void setDeleteFields(UpdateList.DeleteFields value)
Sets the value of the deleteFields property.
void setListName(String value)
Sets the value of the listName property.
void setListProperties(UpdateList.ListProperties value)
Sets the value of the listProperties property.
void setListVersion(String value)
Sets the value of the listVersion property.
void setNewFields(UpdateList.NewFields value)
Sets the value of the newFields property.
void setUpdateFields(UpdateList.UpdateFields value)
Sets the value of the updateFields property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UpdateList.DeleteFields deleteFields

protected String listName

protected UpdateList.ListProperties listProperties

protected String listVersion

protected UpdateList.NewFields newFields

protected UpdateList.UpdateFields updateFields

Public Constructors

public UpdateList ()

Public Methods

public UpdateList.DeleteFields getDeleteFields ()

Gets the value of the deleteFields property.

Returns

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public UpdateList.ListProperties getListProperties ()

Gets the value of the listProperties property.

Returns

public String getListVersion ()

Gets the value of the listVersion property.

Returns
  • possible object is String

public UpdateList.NewFields getNewFields ()

Gets the value of the newFields property.

Returns

public UpdateList.UpdateFields getUpdateFields ()

Gets the value of the updateFields property.

Returns

public void setDeleteFields (UpdateList.DeleteFields value)

Sets the value of the deleteFields property.

Parameters
value Allowed object is UpdateList.DeleteFields

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setListProperties (UpdateList.ListProperties value)

Sets the value of the listProperties property.

Parameters
value Allowed object is UpdateList.ListProperties

public void setListVersion (String value)

Sets the value of the listVersion property.

Parameters
value Allowed object is String

public void setNewFields (UpdateList.NewFields value)

Sets the value of the newFields property.

Parameters
value Allowed object is UpdateList.NewFields

public void setUpdateFields (UpdateList.UpdateFields value)

Sets the value of the updateFields property.

Parameters
value Allowed object is UpdateList.UpdateFields