static ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.builder() |
Return a new builder for this request object.
|
ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.Builder.copy(ListPublicationPackagesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.Builder.limit(Integer limit) |
How many records to return.
|
ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.Builder.packageType(String packageType) |
A filter to return only packages that match the given package type exactly.
|
ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.Builder.packageVersion(String packageVersion) |
The version of the package.
|
ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.Builder.page(String page) |
The value of the opc-next-page response header from the previous “List” call.
|
ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.Builder.publicationId(String publicationId) |
The unique identifier for the publication.
|
ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.Builder.sortBy(ListPublicationPackagesRequest.SortBy sortBy) |
The field to use to sort listed results.
|
ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.Builder.sortOrder(ListPublicationPackagesRequest.SortOrder sortOrder) |
The sort order to use, either ASC or DESC.
|
ListPublicationPackagesRequest.Builder |
ListPublicationPackagesRequest.toBuilder() |
|