| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.lists.CreateContentType |
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="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fields" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<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="addToView" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CreateContentType.ContentTypeProperties | Java class for anonymous complex type. |
||||||||||
| CreateContentType.Fields | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addToView | |||||||||||
| contentTypeProperties | |||||||||||
| displayName | |||||||||||
| fields | |||||||||||
| listName | |||||||||||
| parentType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addToView property.
| |||||||||||
Gets the value of the contentTypeProperties property.
| |||||||||||
Gets the value of the displayName property.
| |||||||||||
Gets the value of the fields property.
| |||||||||||
Gets the value of the listName property.
| |||||||||||
Gets the value of the parentType property.
| |||||||||||
Sets the value of the addToView property.
| |||||||||||
Sets the value of the contentTypeProperties property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the fields property.
| |||||||||||
Sets the value of the listName property.
| |||||||||||
Sets the value of the parentType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addToView property.
Gets the value of the contentTypeProperties property.
CreateContentType.ContentTypeProperties
Gets the value of the displayName property.
Gets the value of the fields property.
CreateContentType.Fields
Gets the value of the listName property.
Gets the value of the parentType property.
Sets the value of the addToView property.
| value | Allowed object is String |
|---|
Sets the value of the contentTypeProperties property.
| value | Allowed object is
CreateContentType.ContentTypeProperties
|
|---|
Sets the value of the displayName property.
| value | Allowed object is String |
|---|
Sets the value of the fields property.
| value | Allowed object is
CreateContentType.Fields
|
|---|
Sets the value of the listName property.
| value | Allowed object is String |
|---|
Sets the value of the parentType property.
| value | Allowed object is String |
|---|