Uses of Class
com.oracle.bmc.marketplacepublisher.responses.ListLeadsResponse
-
Packages that use ListLeadsResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of ListLeadsResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return ListLeadsResponse Modifier and Type Method Description ListLeadsResponseMarketplacePublisher. listLeads(ListLeadsRequest request)Lists the leads in your compartment that belong to a listing.ListLeadsResponseMarketplacePublisherClient. listLeads(ListLeadsRequest request)Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type ListLeadsResponse Modifier and Type Method Description Future<ListLeadsResponse>MarketplacePublisherAsync. listLeads(ListLeadsRequest request, AsyncHandler<ListLeadsRequest,ListLeadsResponse> handler)Lists the leads in your compartment that belong to a listing.Future<ListLeadsResponse>MarketplacePublisherAsyncClient. listLeads(ListLeadsRequest request, AsyncHandler<ListLeadsRequest,ListLeadsResponse> handler)Iterable<ListLeadsResponse>MarketplacePublisherPaginators. listLeadsResponseIterator(ListLeadsRequest request)Creates a new iterable which will iterate over the responses received from the listLeads operation.Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ListLeadsResponse Modifier and Type Method Description Future<ListLeadsResponse>MarketplacePublisherAsync. listLeads(ListLeadsRequest request, AsyncHandler<ListLeadsRequest,ListLeadsResponse> handler)Lists the leads in your compartment that belong to a listing.Future<ListLeadsResponse>MarketplacePublisherAsyncClient. listLeads(ListLeadsRequest request, AsyncHandler<ListLeadsRequest,ListLeadsResponse> handler) -
Uses of ListLeadsResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return ListLeadsResponse Modifier and Type Method Description ListLeadsResponseListLeadsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type ListLeadsResponse Modifier and Type Method Description ListLeadsResponse.BuilderListLeadsResponse.Builder. copy(ListLeadsResponse o)Copy method to populate the builder with values from the given instance.
-