public class

UpdateListItemsWithKnowledge

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

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>
         <element name="syncScope" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="knowledge" 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 UpdateListItemsWithKnowledge.Knowledge

Java class for anonymous complex type. 

class UpdateListItemsWithKnowledge.Updates

Java class for anonymous complex type. 

Fields
protected UpdateListItemsWithKnowledge.Knowledge knowledge
protected String listName
protected String syncScope
protected UpdateListItemsWithKnowledge.Updates updates
Public Constructors
UpdateListItemsWithKnowledge()
Public Methods
UpdateListItemsWithKnowledge.Knowledge getKnowledge()
Gets the value of the knowledge property.
String getListName()
Gets the value of the listName property.
String getSyncScope()
Gets the value of the syncScope property.
UpdateListItemsWithKnowledge.Updates getUpdates()
Gets the value of the updates property.
void setKnowledge(UpdateListItemsWithKnowledge.Knowledge value)
Sets the value of the knowledge property.
void setListName(String value)
Sets the value of the listName property.
void setSyncScope(String value)
Sets the value of the syncScope property.
void setUpdates(UpdateListItemsWithKnowledge.Updates value)
Sets the value of the updates property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String listName

protected String syncScope

Public Constructors

public UpdateListItemsWithKnowledge ()

Public Methods

public UpdateListItemsWithKnowledge.Knowledge getKnowledge ()

Gets the value of the knowledge property.

Returns

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public String getSyncScope ()

Gets the value of the syncScope property.

Returns
  • possible object is String

public UpdateListItemsWithKnowledge.Updates getUpdates ()

Gets the value of the updates property.

Returns

public void setKnowledge (UpdateListItemsWithKnowledge.Knowledge value)

Sets the value of the knowledge property.

Parameters
value Allowed object is UpdateListItemsWithKnowledge.Knowledge

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setSyncScope (String value)

Sets the value of the syncScope property.

Parameters
value Allowed object is String

public void setUpdates (UpdateListItemsWithKnowledge.Updates value)

Sets the value of the updates property.

Parameters
value Allowed object is UpdateListItemsWithKnowledge.Updates