public class

GetJobStatus

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

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="JobId" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int jobId
Public Constructors
GetJobStatus()
Public Methods
int getJobId()
Gets the value of the jobId property.
void setJobId(int value)
Sets the value of the jobId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int jobId

Public Constructors

public GetJobStatus ()

Public Methods

public int getJobId ()

Gets the value of the jobId property.

public void setJobId (int value)

Sets the value of the jobId property.

Parameters
value