GetMessageTrackingReportOptions

Inheritance: java.lang.Object

public final class GetMessageTrackingReportOptions

Represents options for GetMessageTrackingReport operation

Constructors

ConstructorDescription
GetMessageTrackingReportOptions(String scope, String messageTrackingReportId)Initializes a new instance of the GetMessageTrackingReportOptions class

Methods

MethodDescription
equals(Object arg0)
getClass()
getDiagnosticsLevel()Gets or sets a timing and performance information that will be used to derive the report.
getMessageTrackingReportId()Gets or sets an identity string that was obtained from the FindMessageTrackingReport operation (non-empty string)
getRecipientFilter()Gets or sets a recipient address to use with the specified report.
getReportTemplate()Gets or sets the type of report to get.
getReturnQueueEvents()Gets or sets a value indicating whether the person who is running the task is in a privileged role.
getScope()Gets or sets the search scope (non-empty string)
hashCode()
notify()
notifyAll()
setDiagnosticsLevel(String value)Gets or sets a timing and performance information that will be used to derive the report.
setMessageTrackingReportId(String value)Gets or sets an identity string that was obtained from the FindMessageTrackingReport operation (non-empty string)
setRecipientFilter(MailAddress value)Gets or sets a recipient address to use with the specified report.
setReportTemplate(int value)Gets or sets the type of report to get.
setReturnQueueEvents(boolean value)Gets or sets a value indicating whether the person who is running the task is in a privileged role.
setScope(String value)Gets or sets the search scope (non-empty string)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GetMessageTrackingReportOptions(String scope, String messageTrackingReportId)

public GetMessageTrackingReportOptions(String scope, String messageTrackingReportId)

Initializes a new instance of the GetMessageTrackingReportOptions class

Parameters:

ParameterTypeDescription
scopejava.lang.StringSpecifies where to perform the search
messageTrackingReportIdjava.lang.StringSpecifies an identity string that was obtained from the FindMessageTrackingReport operation

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDiagnosticsLevel()

public final String getDiagnosticsLevel()

Gets or sets a timing and performance information that will be used to derive the report.

Returns: java.lang.String

getMessageTrackingReportId()

public final String getMessageTrackingReportId()

Gets or sets an identity string that was obtained from the FindMessageTrackingReport operation (non-empty string)

Returns: java.lang.String

getRecipientFilter()

public final MailAddress getRecipientFilter()

Gets or sets a recipient address to use with the specified report.

Returns: MailAddress

getReportTemplate()

public final int getReportTemplate()

Gets or sets the type of report to get.

Returns: int

getReturnQueueEvents()

public final boolean getReturnQueueEvents()

Gets or sets a value indicating whether the person who is running the task is in a privileged role.

Returns: boolean

getScope()

public final String getScope()

Gets or sets the search scope (non-empty string)

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDiagnosticsLevel(String value)

public final void setDiagnosticsLevel(String value)

Gets or sets a timing and performance information that will be used to derive the report.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setMessageTrackingReportId(String value)

public final void setMessageTrackingReportId(String value)

Gets or sets an identity string that was obtained from the FindMessageTrackingReport operation (non-empty string)

Parameters:

ParameterTypeDescription
valuejava.lang.String

setRecipientFilter(MailAddress value)

public final void setRecipientFilter(MailAddress value)

Gets or sets a recipient address to use with the specified report.

Parameters:

ParameterTypeDescription
valueMailAddress

setReportTemplate(int value)

public final void setReportTemplate(int value)

Gets or sets the type of report to get.

Parameters:

ParameterTypeDescription
valueint

setReturnQueueEvents(boolean value)

public final void setReturnQueueEvents(boolean value)

Gets or sets a value indicating whether the person who is running the task is in a privileged role.

Parameters:

ParameterTypeDescription
valueboolean

setScope(String value)

public final void setScope(String value)

Gets or sets the search scope (non-empty string)

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int