static ListListingsRequest.Builder |
ListListingsRequest.builder() |
Return a new builder for this request object.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.category(String singularValue) |
Singular setter.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.category(List<String> category) |
Name of the product category or categories.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.compartmentId(String compartmentId) |
The unique identifier for the compartment.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.copy(ListListingsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.imageId(String imageId) |
The image identifier of the listing.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.isFeatured(Boolean isFeatured) |
Indicates whether to show only featured listings.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.limit(Integer limit) |
How many records to return.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.listingId(String listingId) |
The unique identifier for the listing.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.listingTypes(ListingType singularValue) |
Singular setter.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.listingTypes(List<ListingType> listingTypes) |
The type of the listing.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.name(String singularValue) |
Singular setter.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.name(List<String> name) |
The name of the listing.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.operatingSystems(String singularValue) |
Singular setter.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.operatingSystems(List<String> operatingSystems) |
The operating system of the listing.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.packageType(String packageType) |
A filter to return only packages that match the given package type exactly.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.page(String page) |
The value of the opc-next-page response header from the previous “List” call.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.pricing(PricingTypeEnum singularValue) |
Singular setter.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.pricing(List<PricingTypeEnum> pricing) |
Name of the pricing type.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.publisherId(String publisherId) |
Limit results to just this publisher.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.sortBy(ListListingsRequest.SortBy sortBy) |
The field to use to sort listed results.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.sortOrder(ListListingsRequest.SortOrder sortOrder) |
The sort order to use, either ASC or DESC.
|
ListListingsRequest.Builder |
ListListingsRequest.toBuilder() |
|