Uses of Class
com.oracle.bmc.marketplacepublisher.responses.CloneListingRevisionResponse
-
Packages that use CloneListingRevisionResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of CloneListingRevisionResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return CloneListingRevisionResponse Modifier and Type Method Description CloneListingRevisionResponse
MarketplacePublisher. cloneListingRevision(CloneListingRevisionRequest request)
Clone the published/withdrawn Listing Revision identified by the identifier.CloneListingRevisionResponse
MarketplacePublisherClient. cloneListingRevision(CloneListingRevisionRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type CloneListingRevisionResponse Modifier and Type Method Description Future<CloneListingRevisionResponse>
MarketplacePublisherAsync. cloneListingRevision(CloneListingRevisionRequest request, AsyncHandler<CloneListingRevisionRequest,CloneListingRevisionResponse> handler)
Clone the published/withdrawn Listing Revision identified by the identifier.Future<CloneListingRevisionResponse>
MarketplacePublisherAsyncClient. cloneListingRevision(CloneListingRevisionRequest request, AsyncHandler<CloneListingRevisionRequest,CloneListingRevisionResponse> handler)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type CloneListingRevisionResponse Modifier and Type Method Description Future<CloneListingRevisionResponse>
MarketplacePublisherAsync. cloneListingRevision(CloneListingRevisionRequest request, AsyncHandler<CloneListingRevisionRequest,CloneListingRevisionResponse> handler)
Clone the published/withdrawn Listing Revision identified by the identifier.Future<CloneListingRevisionResponse>
MarketplacePublisherAsyncClient. cloneListingRevision(CloneListingRevisionRequest request, AsyncHandler<CloneListingRevisionRequest,CloneListingRevisionResponse> handler)
-
Uses of CloneListingRevisionResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return CloneListingRevisionResponse Modifier and Type Method Description CloneListingRevisionResponse
CloneListingRevisionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type CloneListingRevisionResponse Modifier and Type Method Description CloneListingRevisionResponse.Builder
CloneListingRevisionResponse.Builder. copy(CloneListingRevisionResponse o)
Copy method to populate the builder with values from the given instance.
-