Uses of Class
com.oracle.bmc.marketplacepublisher.responses.DeleteListingRevisionResponse
-
Packages that use DeleteListingRevisionResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of DeleteListingRevisionResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return DeleteListingRevisionResponse Modifier and Type Method Description DeleteListingRevisionResponseMarketplacePublisher. deleteListingRevision(DeleteListingRevisionRequest request)Deletes a listing by the identifierDeleteListingRevisionResponseMarketplacePublisherClient. deleteListingRevision(DeleteListingRevisionRequest request)Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type DeleteListingRevisionResponse Modifier and Type Method Description Future<DeleteListingRevisionResponse>MarketplacePublisherAsync. deleteListingRevision(DeleteListingRevisionRequest request, AsyncHandler<DeleteListingRevisionRequest,DeleteListingRevisionResponse> handler)Deletes a listing by the identifierFuture<DeleteListingRevisionResponse>MarketplacePublisherAsyncClient. deleteListingRevision(DeleteListingRevisionRequest request, AsyncHandler<DeleteListingRevisionRequest,DeleteListingRevisionResponse> handler)Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type DeleteListingRevisionResponse Modifier and Type Method Description Future<DeleteListingRevisionResponse>MarketplacePublisherAsync. deleteListingRevision(DeleteListingRevisionRequest request, AsyncHandler<DeleteListingRevisionRequest,DeleteListingRevisionResponse> handler)Deletes a listing by the identifierFuture<DeleteListingRevisionResponse>MarketplacePublisherAsyncClient. deleteListingRevision(DeleteListingRevisionRequest request, AsyncHandler<DeleteListingRevisionRequest,DeleteListingRevisionResponse> handler) -
Uses of DeleteListingRevisionResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return DeleteListingRevisionResponse Modifier and Type Method Description DeleteListingRevisionResponseDeleteListingRevisionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type DeleteListingRevisionResponse Modifier and Type Method Description DeleteListingRevisionResponse.BuilderDeleteListingRevisionResponse.Builder. copy(DeleteListingRevisionResponse o)Copy method to populate the builder with values from the given instance.
-