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