Uses of Class
com.oracle.bmc.marketplacepublisher.responses.ListListingRevisionPackagesResponse
-
Packages that use ListListingRevisionPackagesResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of ListListingRevisionPackagesResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return ListListingRevisionPackagesResponse Modifier and Type Method Description ListListingRevisionPackagesResponseMarketplacePublisher. listListingRevisionPackages(ListListingRevisionPackagesRequest request)Gets the list of packages for a listing revision.ListListingRevisionPackagesResponseMarketplacePublisherClient. listListingRevisionPackages(ListListingRevisionPackagesRequest request)Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type ListListingRevisionPackagesResponse Modifier and Type Method Description Future<ListListingRevisionPackagesResponse>MarketplacePublisherAsync. listListingRevisionPackages(ListListingRevisionPackagesRequest request, AsyncHandler<ListListingRevisionPackagesRequest,ListListingRevisionPackagesResponse> handler)Gets the list of packages for a listing revision.Future<ListListingRevisionPackagesResponse>MarketplacePublisherAsyncClient. listListingRevisionPackages(ListListingRevisionPackagesRequest request, AsyncHandler<ListListingRevisionPackagesRequest,ListListingRevisionPackagesResponse> handler)Iterable<ListListingRevisionPackagesResponse>MarketplacePublisherPaginators. listListingRevisionPackagesResponseIterator(ListListingRevisionPackagesRequest request)Creates a new iterable which will iterate over the responses received from the listListingRevisionPackages operation.Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ListListingRevisionPackagesResponse Modifier and Type Method Description Future<ListListingRevisionPackagesResponse>MarketplacePublisherAsync. listListingRevisionPackages(ListListingRevisionPackagesRequest request, AsyncHandler<ListListingRevisionPackagesRequest,ListListingRevisionPackagesResponse> handler)Gets the list of packages for a listing revision.Future<ListListingRevisionPackagesResponse>MarketplacePublisherAsyncClient. listListingRevisionPackages(ListListingRevisionPackagesRequest request, AsyncHandler<ListListingRevisionPackagesRequest,ListListingRevisionPackagesResponse> handler) -
Uses of ListListingRevisionPackagesResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return ListListingRevisionPackagesResponse Modifier and Type Method Description ListListingRevisionPackagesResponseListListingRevisionPackagesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type ListListingRevisionPackagesResponse Modifier and Type Method Description ListListingRevisionPackagesResponse.BuilderListListingRevisionPackagesResponse.Builder. copy(ListListingRevisionPackagesResponse o)Copy method to populate the builder with values from the given instance.
-