| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.mails.RequestResponse |
Java class for RequestResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="JobID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="JobStatus" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}RequestStatus"/>
<element name="Alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| alias | |||||||||||
| comment | |||||||||||
| jobID | |||||||||||
| jobStatus | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the alias property.
| |||||||||||
Gets the value of the comment property.
| |||||||||||
Gets the value of the jobID property.
| |||||||||||
Gets the value of the jobStatus property.
| |||||||||||
Sets the value of the alias property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the jobID property.
| |||||||||||
Sets the value of the jobStatus property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the alias property.
Gets the value of the comment property.
Gets the value of the jobID property.
Gets the value of the jobStatus property.
RequestStatus
Sets the value of the alias property.
| value | Allowed object is String |
|---|
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the jobID property.
| value |
|---|
Sets the value of the jobStatus property.
| value | Allowed object is
RequestStatus
|
|---|