Package | Description |
---|---|
com.oracle.bmc.servicecatalog.requests |
Modifier and Type | Method and Description |
---|---|
static ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.builder()
Return a new builder for this request object.
|
ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.Builder.compartmentId(String compartmentId)
The unique identifier for the compartment.
|
ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.Builder.copy(ListServiceCatalogsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.Builder.displayName(String displayName)
Exact match name filter.
|
ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.Builder.limit(Integer limit)
How many records to return.
|
ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.Builder.page(String page)
The value of the
opc-next-page response header from the previous “List” call. |
ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.Builder.serviceCatalogId(String serviceCatalogId)
The unique identifier for the service catalog.
|
ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.Builder.sortBy(ListServiceCatalogsRequest.SortBy sortBy)
Default is
TIMECREATED |
ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.Builder.sortOrder(ListServiceCatalogsRequest.SortOrder sortOrder)
The sort order to apply, either
ASC or DESC . |
ListServiceCatalogsRequest.Builder |
ListServiceCatalogsRequest.toBuilder()
Return an instance of
ListServiceCatalogsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2025. All rights reserved.