Uses of Class
com.oracle.bmc.marketplacepublisher.responses.ListListingsResponse
-
Packages that use ListListingsResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of ListListingsResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return ListListingsResponse Modifier and Type Method Description ListListingsResponse
MarketplacePublisher. listListings(ListListingsRequest request)
Lists the listings in your compartment.ListListingsResponse
MarketplacePublisherClient. listListings(ListListingsRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type ListListingsResponse Modifier and Type Method Description Future<ListListingsResponse>
MarketplacePublisherAsync. listListings(ListListingsRequest request, AsyncHandler<ListListingsRequest,ListListingsResponse> handler)
Lists the listings in your compartment.Future<ListListingsResponse>
MarketplacePublisherAsyncClient. listListings(ListListingsRequest request, AsyncHandler<ListListingsRequest,ListListingsResponse> handler)
Iterable<ListListingsResponse>
MarketplacePublisherPaginators. listListingsResponseIterator(ListListingsRequest request)
Creates a new iterable which will iterate over the responses received from the listListings operation.Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ListListingsResponse Modifier and Type Method Description Future<ListListingsResponse>
MarketplacePublisherAsync. listListings(ListListingsRequest request, AsyncHandler<ListListingsRequest,ListListingsResponse> handler)
Lists the listings in your compartment.Future<ListListingsResponse>
MarketplacePublisherAsyncClient. listListings(ListListingsRequest request, AsyncHandler<ListListingsRequest,ListListingsResponse> handler)
-
Uses of ListListingsResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return ListListingsResponse Modifier and Type Method Description ListListingsResponse
ListListingsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type ListListingsResponse Modifier and Type Method Description ListListingsResponse.Builder
ListListingsResponse.Builder. copy(ListListingsResponse o)
Copy method to populate the builder with values from the given instance.
-