static ListListingsRequest.Builder |
ListListingsRequest.builder() |
Return a new builder for this request object.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.compartmentId(String compartmentId) |
The ID of the compartment in which to list resources.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.copy(ListListingsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.lifecycleState(Listing.LifecycleState lifecycleState) |
A filter to return only listings their lifecycleState matches the given lifecycleState.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.listingType(ListingType listingType) |
A filter to return listings based on their type
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.name(String name) |
A filter to return only resources that match the entire name given.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.page(String page) |
A token representing the position at which to start retrieving results.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.sortBy(ListListingsRequest.SortBy sortBy) |
The field to sort by.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListListingsRequest.Builder |
ListListingsRequest.toBuilder() |
|