| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.webs.UpdateContentType |
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>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UpdateContentType.ContentTypeProperties | Java class for anonymous complex type. |
||||||||||
| UpdateContentType.DeleteFields | Java class for anonymous complex type. |
||||||||||
| UpdateContentType.NewFields | Java class for anonymous complex type. |
||||||||||
| UpdateContentType.UpdateFields | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contentTypeId | |||||||||||
| contentTypeProperties | |||||||||||
| deleteFields | |||||||||||
| newFields | |||||||||||
| updateFields | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contentTypeId property.
| |||||||||||
Gets the value of the contentTypeProperties property.
| |||||||||||
Gets the value of the deleteFields property.
| |||||||||||
Gets the value of the newFields property.
| |||||||||||
Gets the value of the updateFields property.
| |||||||||||
Sets the value of the contentTypeId property.
| |||||||||||
Sets the value of the contentTypeProperties property.
| |||||||||||
Sets the value of the deleteFields property.
| |||||||||||
Sets the value of the newFields property.
| |||||||||||
Sets the value of the updateFields property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contentTypeId property.
Gets the value of the contentTypeProperties property.
UpdateContentType.ContentTypeProperties
Gets the value of the deleteFields property.
UpdateContentType.DeleteFields
Gets the value of the newFields property.
UpdateContentType.NewFields
Gets the value of the updateFields property.
UpdateContentType.UpdateFields
Sets the value of the contentTypeId property.
| value | Allowed object is String |
|---|
Sets the value of the contentTypeProperties property.
| value | Allowed object is
UpdateContentType.ContentTypeProperties
|
|---|
Sets the value of the deleteFields property.
| value | Allowed object is
UpdateContentType.DeleteFields
|
|---|
Sets the value of the newFields property.
| value | Allowed object is
UpdateContentType.NewFields
|
|---|
Sets the value of the updateFields property.
| value | Allowed object is
UpdateContentType.UpdateFields
|
|---|