public class

UpdateColumns

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.webs.UpdateColumns

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="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>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class UpdateColumns.DeleteFields

Java class for anonymous complex type. 

class UpdateColumns.NewFields

Java class for anonymous complex type. 

class UpdateColumns.UpdateFields

Java class for anonymous complex type. 

Fields
protected UpdateColumns.DeleteFields deleteFields
protected UpdateColumns.NewFields newFields
protected UpdateColumns.UpdateFields updateFields
Public Constructors
UpdateColumns()
Public Methods
UpdateColumns.DeleteFields getDeleteFields()
Gets the value of the deleteFields property.
UpdateColumns.NewFields getNewFields()
Gets the value of the newFields property.
UpdateColumns.UpdateFields getUpdateFields()
Gets the value of the updateFields property.
void setDeleteFields(UpdateColumns.DeleteFields value)
Sets the value of the deleteFields property.
void setNewFields(UpdateColumns.NewFields value)
Sets the value of the newFields property.
void setUpdateFields(UpdateColumns.UpdateFields value)
Sets the value of the updateFields property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UpdateColumns.DeleteFields deleteFields

protected UpdateColumns.NewFields newFields

protected UpdateColumns.UpdateFields updateFields

Public Constructors

public UpdateColumns ()

Public Methods

public UpdateColumns.DeleteFields getDeleteFields ()

Gets the value of the deleteFields property.

Returns

public UpdateColumns.NewFields getNewFields ()

Gets the value of the newFields property.

Returns

public UpdateColumns.UpdateFields getUpdateFields ()

Gets the value of the updateFields property.

Returns

public void setDeleteFields (UpdateColumns.DeleteFields value)

Sets the value of the deleteFields property.

Parameters
value Allowed object is UpdateColumns.DeleteFields

public void setNewFields (UpdateColumns.NewFields value)

Sets the value of the newFields property.

Parameters
value Allowed object is UpdateColumns.NewFields

public void setUpdateFields (UpdateColumns.UpdateFields value)

Sets the value of the updateFields property.

Parameters
value Allowed object is UpdateColumns.UpdateFields