public class

GetJobStatusResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.mails.GetJobStatusResponse

Class Overview

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="GetJobStatusResult" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}RequestResponse" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RequestResponse getJobStatusResult
Public Constructors
GetJobStatusResponse()
Public Methods
RequestResponse getGetJobStatusResult()
Gets the value of the getJobStatusResult property.
void setGetJobStatusResult(RequestResponse value)
Sets the value of the getJobStatusResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RequestResponse getJobStatusResult

Public Constructors

public GetJobStatusResponse ()

Public Methods

public RequestResponse getGetJobStatusResult ()

Gets the value of the getJobStatusResult property.

Returns

public void setGetJobStatusResult (RequestResponse value)

Sets the value of the getJobStatusResult property.

Parameters
value Allowed object is RequestResponse