| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.lists.AddAttachment |
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="listItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="attachment" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attachment | |||||||||||
| fileName | |||||||||||
| listItemID | |||||||||||
| listName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attachment property.
| |||||||||||
Gets the value of the fileName property.
| |||||||||||
Gets the value of the listItemID property.
| |||||||||||
Gets the value of the listName property.
| |||||||||||
Sets the value of the attachment property.
| |||||||||||
Sets the value of the fileName property.
| |||||||||||
Sets the value of the listItemID property.
| |||||||||||
Sets the value of the listName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attachment property.
Gets the value of the fileName property.
Gets the value of the listItemID property.
Gets the value of the listName property.
Sets the value of the attachment property.
| value | Allowed object is byte[] |
|---|
Sets the value of the fileName property.
| value | Allowed object is String |
|---|
Sets the value of the listItemID property.
| value | Allowed object is String |
|---|
Sets the value of the listName property.
| value | Allowed object is String |
|---|