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