| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.copy.CopyResult |
Java class for CopyResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CopyResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ErrorCode" use="required" type="{http://schemas.microsoft.com/sharepoint/soap/}CopyErrorCode" />
<attribute name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DestinationUrl" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| destinationUrl | |||||||||||
| errorCode | |||||||||||
| errorMessage | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the destinationUrl property.
| |||||||||||
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the errorMessage property.
| |||||||||||
Sets the value of the destinationUrl property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the errorMessage property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the destinationUrl property.
Gets the value of the errorCode property.
CopyErrorCode
Gets the value of the errorMessage property.
Sets the value of the destinationUrl property.
| value | Allowed object is String |
|---|
Sets the value of the errorCode property.
| value | Allowed object is
CopyErrorCode
|
|---|
Sets the value of the errorMessage property.
| value | Allowed object is String |
|---|