public class

UpdateContentType

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.webs.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="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>
       </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 contentTypeId
protected UpdateContentType.ContentTypeProperties contentTypeProperties
protected UpdateContentType.DeleteFields deleteFields
protected UpdateContentType.NewFields newFields
protected UpdateContentType.UpdateFields updateFields
Public Constructors
UpdateContentType()
Public Methods
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.
UpdateContentType.NewFields getNewFields()
Gets the value of the newFields property.
UpdateContentType.UpdateFields getUpdateFields()
Gets the value of the updateFields 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 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 contentTypeId

protected UpdateContentType.ContentTypeProperties contentTypeProperties

protected UpdateContentType.DeleteFields deleteFields

protected UpdateContentType.NewFields newFields

protected UpdateContentType.UpdateFields updateFields

Public Constructors

public UpdateContentType ()

Public Methods

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 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 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 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