GetMessageTrackingReportOptions
Inheritance: java.lang.Object
public final class GetMessageTrackingReportOptions
Represents options for GetMessageTrackingReport operation
Constructors
Constructor | Description |
---|---|
GetMessageTrackingReportOptions(String scope, String messageTrackingReportId) | Initializes a new instance of the GetMessageTrackingReportOptions class |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
scope | java.lang.String | Specifies where to perform the search |
messageTrackingReportId | java.lang.String | Specifies an identity string that was obtained from the FindMessageTrackingReport operation |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setRecipientFilter(MailAddress value)
public final void setRecipientFilter(MailAddress value)
Gets or sets a recipient address to use with the specified report.
Parameters:
Parameter | Type | Description |
---|---|---|
value | MailAddress |
setReportTemplate(int value)
public final void setReportTemplate(int value)
Gets or sets the type of report to get.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | boolean |
setScope(String value)
public final void setScope(String value)
Gets or sets the search scope (non-empty string)
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |