public static class ListListingsRequest.Builder extends Object implements BmcRequest.Builder<ListListingsRequest,Void>
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public ListListingsRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListListingsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListListingsRequest.Builder copy(ListListingsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListListingsRequest,Void>
public ListListingsRequest build()
Build the instance of ListListingsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListListingsRequest,Void>
public ListListingsRequest.Builder name(List<String> name)
public ListListingsRequest.Builder listingId(String listingId)
public ListListingsRequest.Builder publisherId(String publisherId)
public ListListingsRequest.Builder packageType(String packageType)
public ListListingsRequest.Builder opcRequestId(String opcRequestId)
public ListListingsRequest.Builder limit(Integer limit)
public ListListingsRequest.Builder page(String page)
public ListListingsRequest.Builder sortBy(ListListingsRequest.SortBy sortBy)
public ListListingsRequest.Builder sortOrder(ListListingsRequest.SortOrder sortOrder)
public ListListingsRequest.Builder category(List<String> category)
public ListListingsRequest.Builder pricing(List<PricingTypeEnum> pricing)
public ListListingsRequest.Builder isFeatured(Boolean isFeatured)
public ListListingsRequest.Builder compartmentId(String compartmentId)
public ListListingsRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.