| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.copy.CopyIntoItems |
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="SourceUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DestinationUrls" type="{http://schemas.microsoft.com/sharepoint/soap/}DestinationUrlCollection" minOccurs="0"/>
<element name="Fields" type="{http://schemas.microsoft.com/sharepoint/soap/}FieldInformationCollection" minOccurs="0"/>
<element name="Stream" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| destinationUrls | |||||||||||
| fields | |||||||||||
| sourceUrl | |||||||||||
| stream | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the destinationUrls property.
| |||||||||||
Gets the value of the fields property.
| |||||||||||
Gets the value of the sourceUrl property.
| |||||||||||
Gets the value of the stream property.
| |||||||||||
Sets the value of the destinationUrls property.
| |||||||||||
Sets the value of the fields property.
| |||||||||||
Sets the value of the sourceUrl property.
| |||||||||||
Sets the value of the stream property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the destinationUrls property.
DestinationUrlCollection
Gets the value of the fields property.
FieldInformationCollection
Gets the value of the sourceUrl property.
Gets the value of the stream property.
Sets the value of the destinationUrls property.
| value | Allowed object is
DestinationUrlCollection
|
|---|
Sets the value of the fields property.
| value | Allowed object is
FieldInformationCollection
|
|---|
Sets the value of the sourceUrl property.
| value | Allowed object is String |
|---|
Sets the value of the stream property.
| value | Allowed object is byte[] |
|---|