Uses of Class
com.oracle.bmc.marketplacepublisher.requests.UpdateListingRequest
-
Packages that use UpdateListingRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of UpdateListingRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type UpdateListingRequest Modifier and Type Method Description UpdateListingResponseMarketplacePublisher. updateListing(UpdateListingRequest request)Updates the specified Listing identified by the id.Future<UpdateListingResponse>MarketplacePublisherAsync. updateListing(UpdateListingRequest request, AsyncHandler<UpdateListingRequest,UpdateListingResponse> handler)Updates the specified Listing identified by the id.Future<UpdateListingResponse>MarketplacePublisherAsyncClient. updateListing(UpdateListingRequest request, AsyncHandler<UpdateListingRequest,UpdateListingResponse> handler)UpdateListingResponseMarketplacePublisherClient. updateListing(UpdateListingRequest request)Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type UpdateListingRequest Modifier and Type Method Description Future<UpdateListingResponse>MarketplacePublisherAsync. updateListing(UpdateListingRequest request, AsyncHandler<UpdateListingRequest,UpdateListingResponse> handler)Updates the specified Listing identified by the id.Future<UpdateListingResponse>MarketplacePublisherAsyncClient. updateListing(UpdateListingRequest request, AsyncHandler<UpdateListingRequest,UpdateListingResponse> handler) -
Uses of UpdateListingRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return UpdateListingRequest Modifier and Type Method Description UpdateListingRequestUpdateListingRequest.Builder. build()Build the instance of UpdateListingRequest as configured by this builderUpdateListingRequestUpdateListingRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateListingRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type UpdateListingRequest Modifier and Type Method Description UpdateListingRequest.BuilderUpdateListingRequest.Builder. copy(UpdateListingRequest o)Copy method to populate the builder with values from the given instance.
-