| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.views.UpdateView |
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>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UpdateView.Aggregations | Java class for anonymous complex type. |
||||||||||
| UpdateView.Formats | Java class for anonymous complex type. |
||||||||||
| UpdateView.Query | Java class for anonymous complex type. |
||||||||||
| UpdateView.RowLimit | Java class for anonymous complex type. |
||||||||||
| UpdateView.ViewFields | Java class for anonymous complex type. |
||||||||||
| UpdateView.ViewProperties | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| aggregations | |||||||||||
| formats | |||||||||||
| listName | |||||||||||
| query | |||||||||||
| rowLimit | |||||||||||
| viewFields | |||||||||||
| viewName | |||||||||||
| viewProperties | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the aggregations property.
| |||||||||||
Gets the value of the formats property.
| |||||||||||
Gets the value of the listName property.
| |||||||||||
Gets the value of the query property.
| |||||||||||
Gets the value of the rowLimit property.
| |||||||||||
Gets the value of the viewFields property.
| |||||||||||
Gets the value of the viewName property.
| |||||||||||
Gets the value of the viewProperties property.
| |||||||||||
Sets the value of the aggregations property.
| |||||||||||
Sets the value of the formats property.
| |||||||||||
Sets the value of the listName property.
| |||||||||||
Sets the value of the query property.
| |||||||||||
Sets the value of the rowLimit property.
| |||||||||||
Sets the value of the viewFields property.
| |||||||||||
Sets the value of the viewName property.
| |||||||||||
Sets the value of the viewProperties property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the aggregations property.
UpdateView.Aggregations
Gets the value of the formats property.
UpdateView.Formats
Gets the value of the listName property.
Gets the value of the query property.
UpdateView.Query
Gets the value of the rowLimit property.
UpdateView.RowLimit
Gets the value of the viewFields property.
UpdateView.ViewFields
Gets the value of the viewName property.
Gets the value of the viewProperties property.
UpdateView.ViewProperties
Sets the value of the aggregations property.
| value | Allowed object is
UpdateView.Aggregations
|
|---|
Sets the value of the formats property.
| value | Allowed object is
UpdateView.Formats
|
|---|
Sets the value of the listName property.
| value | Allowed object is String |
|---|
Sets the value of the query property.
| value | Allowed object is
UpdateView.Query
|
|---|
Sets the value of the rowLimit property.
| value | Allowed object is
UpdateView.RowLimit
|
|---|
Sets the value of the viewFields property.
| value | Allowed object is
UpdateView.ViewFields
|
|---|
Sets the value of the viewName property.
| value | Allowed object is String |
|---|
Sets the value of the viewProperties property.
| value | Allowed object is
UpdateView.ViewProperties
|
|---|