static ListSuppressionsRequest.Builder |
ListSuppressionsRequest.builder() |
Return a new builder for this request object.
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.Builder.compartmentId(String compartmentId) |
The OCID for the compartment.
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.Builder.copy(ListSuppressionsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.Builder.emailAddress(String emailAddress) |
The email address of the suppression.
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.Builder.opcRequestId(String opcRequestId) |
The request ID for tracing from the system
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.Builder.page(String page) |
For list pagination.
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.Builder.sortBy(ListSuppressionsRequest.SortBy sortBy) |
The field to sort by.
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ascending or descending order.
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.Builder.timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo) |
Search for suppressions that were created within a specific date range, using this
parameter to specify the earliest creation date for the returned list (inclusive).
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.Builder.timeCreatedLessThan(Date timeCreatedLessThan) |
Search for suppressions that were created within a specific date range, using this
parameter to specify the latest creation date for the returned list (exclusive).
|
ListSuppressionsRequest.Builder |
ListSuppressionsRequest.toBuilder() |
|