Uses of Class
com.oracle.bmc.marketplacepublisher.requests.CreateListingRequest
-
Packages that use CreateListingRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of CreateListingRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type CreateListingRequest Modifier and Type Method Description CreateListingResponseMarketplacePublisher. createListing(CreateListingRequest request)Creates a new listing in your compartment.Future<CreateListingResponse>MarketplacePublisherAsync. createListing(CreateListingRequest request, AsyncHandler<CreateListingRequest,CreateListingResponse> handler)Creates a new listing in your compartment.Future<CreateListingResponse>MarketplacePublisherAsyncClient. createListing(CreateListingRequest request, AsyncHandler<CreateListingRequest,CreateListingResponse> handler)CreateListingResponseMarketplacePublisherClient. createListing(CreateListingRequest request)Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type CreateListingRequest Modifier and Type Method Description Future<CreateListingResponse>MarketplacePublisherAsync. createListing(CreateListingRequest request, AsyncHandler<CreateListingRequest,CreateListingResponse> handler)Creates a new listing in your compartment.Future<CreateListingResponse>MarketplacePublisherAsyncClient. createListing(CreateListingRequest request, AsyncHandler<CreateListingRequest,CreateListingResponse> handler) -
Uses of CreateListingRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return CreateListingRequest Modifier and Type Method Description CreateListingRequestCreateListingRequest.Builder. build()Build the instance of CreateListingRequest as configured by this builderCreateListingRequestCreateListingRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateListingRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type CreateListingRequest Modifier and Type Method Description CreateListingRequest.BuilderCreateListingRequest.Builder. copy(CreateListingRequest o)Copy method to populate the builder with values from the given instance.
-