public class

ApplyContentTypeToList

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

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

Summary

Fields
protected String contentTypeId
protected String listName
protected String webUrl
Public Constructors
ApplyContentTypeToList()
Public Methods
String getContentTypeId()
Gets the value of the contentTypeId property.
String getListName()
Gets the value of the listName property.
String getWebUrl()
Gets the value of the webUrl property.
void setContentTypeId(String value)
Sets the value of the contentTypeId property.
void setListName(String value)
Sets the value of the listName property.
void setWebUrl(String value)
Sets the value of the webUrl property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String contentTypeId

protected String listName

protected String webUrl

Public Constructors

public ApplyContentTypeToList ()

Public Methods

public String getContentTypeId ()

Gets the value of the contentTypeId property.

Returns
  • possible object is String

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public String getWebUrl ()

Gets the value of the webUrl property.

Returns
  • possible object is String

public void setContentTypeId (String value)

Sets the value of the contentTypeId property.

Parameters
value Allowed object is String

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setWebUrl (String value)

Sets the value of the webUrl property.

Parameters
value Allowed object is String