public class

RequestInfoExpressionHolder

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

Summary

Fields
protected String _justificationType
protected String _requestIdType
protected String _requestorEmailType
protected Object justification
protected Object requestId
protected Object requestorEmail
Public Constructors
RequestInfoExpressionHolder()
Public Methods
Object getJustification()
Retrieves justification
Object getRequestId()
Retrieves requestId
Object getRequestorEmail()
Retrieves requestorEmail
void setJustification(Object value)
Sets justification
void setRequestId(Object value)
Sets requestId
void setRequestorEmail(Object value)
Sets requestorEmail
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _justificationType

protected String _requestIdType

protected String _requestorEmailType

protected Object justification

protected Object requestId

protected Object requestorEmail

Public Constructors

public RequestInfoExpressionHolder ()

Public Methods

public Object getJustification ()

Retrieves justification

public Object getRequestId ()

Retrieves requestId

public Object getRequestorEmail ()

Retrieves requestorEmail

public void setJustification (Object value)

Sets justification

Parameters
value Value to set

public void setRequestId (Object value)

Sets requestId

Parameters
value Value to set

public void setRequestorEmail (Object value)

Sets requestorEmail

Parameters
value Value to set