static ListPublicationsRequest.Builder |
ListPublicationsRequest.builder() |
Return a new builder for this request object.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.compartmentId(String compartmentId) |
The unique identifier for the compartment.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.copy(ListPublicationsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.limit(Integer limit) |
How many records to return.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.listingType(ListingType listingType) |
The type of the listing.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.name(String singularValue) |
Singular setter.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.name(List<String> name) |
The name of the publication.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.operatingSystems(String singularValue) |
Singular setter.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.operatingSystems(List<String> operatingSystems) |
The operating system of the listing.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.page(String page) |
The value of the opc-next-page response header from the previous “List” call.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.publicationId(String publicationId) |
The unique identifier for the publication.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.sortBy(ListPublicationsRequest.SortBy sortBy) |
The field to use to sort listed results.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.sortOrder(ListPublicationsRequest.SortOrder sortOrder) |
The sort order to use, either ASC or DESC.
|
ListPublicationsRequest.Builder |
ListPublicationsRequest.toBuilder() |
|