| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.copy.GetItemResponse |
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="GetItemResult" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fields | |||||||||||
| getItemResult | |||||||||||
| stream | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fields property.
| |||||||||||
Gets the value of the getItemResult property.
| |||||||||||
Gets the value of the stream property.
| |||||||||||
Sets the value of the fields property.
| |||||||||||
Sets the value of the getItemResult property.
| |||||||||||
Sets the value of the stream property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fields property.
FieldInformationCollection
Gets the value of the getItemResult property.
Gets the value of the stream property.
Sets the value of the fields property.
| value | Allowed object is
FieldInformationCollection
|
|---|
Sets the value of the getItemResult property.
| value |
|---|
Sets the value of the stream property.
| value | Allowed object is byte[] |
|---|