public class

UpdateView

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.views.UpdateView

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="viewName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="viewProperties" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="query" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="viewFields" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aggregations" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="formats" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="rowLimit" 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 UpdateView.Aggregations

Java class for anonymous complex type. 

class UpdateView.Formats

Java class for anonymous complex type. 

class UpdateView.Query

Java class for anonymous complex type. 

class UpdateView.RowLimit

Java class for anonymous complex type. 

class UpdateView.ViewFields

Java class for anonymous complex type. 

class UpdateView.ViewProperties

Java class for anonymous complex type. 

Fields
protected UpdateView.Aggregations aggregations
protected UpdateView.Formats formats
protected String listName
protected UpdateView.Query query
protected UpdateView.RowLimit rowLimit
protected UpdateView.ViewFields viewFields
protected String viewName
protected UpdateView.ViewProperties viewProperties
Public Constructors
UpdateView()
Public Methods
UpdateView.Aggregations getAggregations()
Gets the value of the aggregations property.
UpdateView.Formats getFormats()
Gets the value of the formats property.
String getListName()
Gets the value of the listName property.
UpdateView.Query getQuery()
Gets the value of the query property.
UpdateView.RowLimit getRowLimit()
Gets the value of the rowLimit property.
UpdateView.ViewFields getViewFields()
Gets the value of the viewFields property.
String getViewName()
Gets the value of the viewName property.
UpdateView.ViewProperties getViewProperties()
Gets the value of the viewProperties property.
void setAggregations(UpdateView.Aggregations value)
Sets the value of the aggregations property.
void setFormats(UpdateView.Formats value)
Sets the value of the formats property.
void setListName(String value)
Sets the value of the listName property.
void setQuery(UpdateView.Query value)
Sets the value of the query property.
void setRowLimit(UpdateView.RowLimit value)
Sets the value of the rowLimit property.
void setViewFields(UpdateView.ViewFields value)
Sets the value of the viewFields property.
void setViewName(String value)
Sets the value of the viewName property.
void setViewProperties(UpdateView.ViewProperties value)
Sets the value of the viewProperties property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UpdateView.Aggregations aggregations

protected UpdateView.Formats formats

protected String listName

protected UpdateView.Query query

protected UpdateView.RowLimit rowLimit

protected UpdateView.ViewFields viewFields

protected String viewName

protected UpdateView.ViewProperties viewProperties

Public Constructors

public UpdateView ()

Public Methods

public UpdateView.Aggregations getAggregations ()

Gets the value of the aggregations property.

Returns

public UpdateView.Formats getFormats ()

Gets the value of the formats property.

Returns

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public UpdateView.Query getQuery ()

Gets the value of the query property.

Returns

public UpdateView.RowLimit getRowLimit ()

Gets the value of the rowLimit property.

Returns

public UpdateView.ViewFields getViewFields ()

Gets the value of the viewFields property.

Returns

public String getViewName ()

Gets the value of the viewName property.

Returns
  • possible object is String

public UpdateView.ViewProperties getViewProperties ()

Gets the value of the viewProperties property.

Returns

public void setAggregations (UpdateView.Aggregations value)

Sets the value of the aggregations property.

Parameters
value Allowed object is UpdateView.Aggregations

public void setFormats (UpdateView.Formats value)

Sets the value of the formats property.

Parameters
value Allowed object is UpdateView.Formats

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setQuery (UpdateView.Query value)

Sets the value of the query property.

Parameters
value Allowed object is UpdateView.Query

public void setRowLimit (UpdateView.RowLimit value)

Sets the value of the rowLimit property.

Parameters
value Allowed object is UpdateView.RowLimit

public void setViewFields (UpdateView.ViewFields value)

Sets the value of the viewFields property.

Parameters
value Allowed object is UpdateView.ViewFields

public void setViewName (String value)

Sets the value of the viewName property.

Parameters
value Allowed object is String

public void setViewProperties (UpdateView.ViewProperties value)

Sets the value of the viewProperties property.

Parameters
value Allowed object is UpdateView.ViewProperties