public class

UpdateContentType

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

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="contentTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="contentTypeProperties" 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="addToView" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class UpdateContentType.ContentTypeProperties

Java class for anonymous complex type. 

class UpdateContentType.DeleteFields

Java class for anonymous complex type. 

class UpdateContentType.NewFields

Java class for anonymous complex type. 

class UpdateContentType.UpdateFields

Java class for anonymous complex type. 

Fields
protected String addToView
protected String contentTypeId
protected UpdateContentType.ContentTypeProperties contentTypeProperties
protected UpdateContentType.DeleteFields deleteFields
protected String listName
protected UpdateContentType.NewFields newFields
protected UpdateContentType.UpdateFields updateFields
Public Constructors
UpdateContentType()
Public Methods
String getAddToView()
Gets the value of the addToView property.
String getContentTypeId()
Gets the value of the contentTypeId property.
UpdateContentType.ContentTypeProperties getContentTypeProperties()
Gets the value of the contentTypeProperties property.
UpdateContentType.DeleteFields getDeleteFields()
Gets the value of the deleteFields property.
String getListName()
Gets the value of the listName property.
UpdateContentType.NewFields getNewFields()
Gets the value of the newFields property.
UpdateContentType.UpdateFields getUpdateFields()
Gets the value of the updateFields property.
void setAddToView(String value)
Sets the value of the addToView property.
void setContentTypeId(String value)
Sets the value of the contentTypeId property.
void setContentTypeProperties(UpdateContentType.ContentTypeProperties value)
Sets the value of the contentTypeProperties property.
void setDeleteFields(UpdateContentType.DeleteFields value)
Sets the value of the deleteFields property.
void setListName(String value)
Sets the value of the listName property.
void setNewFields(UpdateContentType.NewFields value)
Sets the value of the newFields property.
void setUpdateFields(UpdateContentType.UpdateFields value)
Sets the value of the updateFields property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String addToView

protected String contentTypeId

protected UpdateContentType.ContentTypeProperties contentTypeProperties

protected UpdateContentType.DeleteFields deleteFields

protected String listName

protected UpdateContentType.NewFields newFields

protected UpdateContentType.UpdateFields updateFields

Public Constructors

public UpdateContentType ()

Public Methods

public String getAddToView ()

Gets the value of the addToView property.

Returns
  • possible object is String

public String getContentTypeId ()

Gets the value of the contentTypeId property.

Returns
  • possible object is String

public UpdateContentType.ContentTypeProperties getContentTypeProperties ()

Gets the value of the contentTypeProperties property.

Returns

public UpdateContentType.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 UpdateContentType.NewFields getNewFields ()

Gets the value of the newFields property.

Returns

public UpdateContentType.UpdateFields getUpdateFields ()

Gets the value of the updateFields property.

Returns

public void setAddToView (String value)

Sets the value of the addToView property.

Parameters
value Allowed object is String

public void setContentTypeId (String value)

Sets the value of the contentTypeId property.

Parameters
value Allowed object is String

public void setContentTypeProperties (UpdateContentType.ContentTypeProperties value)

Sets the value of the contentTypeProperties property.

Parameters
value Allowed object is UpdateContentType.ContentTypeProperties

public void setDeleteFields (UpdateContentType.DeleteFields value)

Sets the value of the deleteFields property.

Parameters
value Allowed object is UpdateContentType.DeleteFields

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setNewFields (UpdateContentType.NewFields value)

Sets the value of the newFields property.

Parameters
value Allowed object is UpdateContentType.NewFields

public void setUpdateFields (UpdateContentType.UpdateFields value)

Sets the value of the updateFields property.

Parameters
value Allowed object is UpdateContentType.UpdateFields