Uses of Class
com.oracle.bmc.marketplacepublisher.requests.ListCategoriesRequest
-
Packages that use ListCategoriesRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of ListCategoriesRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type ListCategoriesRequest Modifier and Type Method Description ListCategoriesResponseMarketplacePublisher. listCategories(ListCategoriesRequest request)Lists the categories in your compartment.Future<ListCategoriesResponse>MarketplacePublisherAsync. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)Lists the categories in your compartment.Future<ListCategoriesResponse>MarketplacePublisherAsyncClient. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)ListCategoriesResponseMarketplacePublisherClient. listCategories(ListCategoriesRequest request)Iterable<CategorySummary>MarketplacePublisherPaginators. listCategoriesRecordIterator(ListCategoriesRequest request)Creates a new iterable which will iterate over theCategorySummaryobjects contained in responses from the listCategories operation.Iterable<ListCategoriesResponse>MarketplacePublisherPaginators. listCategoriesResponseIterator(ListCategoriesRequest request)Creates a new iterable which will iterate over the responses received from the listCategories operation.Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ListCategoriesRequest Modifier and Type Method Description Future<ListCategoriesResponse>MarketplacePublisherAsync. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)Lists the categories in your compartment.Future<ListCategoriesResponse>MarketplacePublisherAsyncClient. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler) -
Uses of ListCategoriesRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return ListCategoriesRequest Modifier and Type Method Description ListCategoriesRequestListCategoriesRequest.Builder. build()Build the instance of ListCategoriesRequest as configured by this builderListCategoriesRequestListCategoriesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCategoriesRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type ListCategoriesRequest Modifier and Type Method Description ListCategoriesRequest.BuilderListCategoriesRequest.Builder. copy(ListCategoriesRequest o)Copy method to populate the builder with values from the given instance.
-