Uses of Class
com.oracle.bmc.marketplacepublisher.responses.CreateListingRevisionNoteResponse
-
Packages that use CreateListingRevisionNoteResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of CreateListingRevisionNoteResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return CreateListingRevisionNoteResponse Modifier and Type Method Description CreateListingRevisionNoteResponse
MarketplacePublisher. createListingRevisionNote(CreateListingRevisionNoteRequest request)
Creates a new Listing Revision Note.CreateListingRevisionNoteResponse
MarketplacePublisherClient. createListingRevisionNote(CreateListingRevisionNoteRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type CreateListingRevisionNoteResponse Modifier and Type Method Description Future<CreateListingRevisionNoteResponse>
MarketplacePublisherAsync. createListingRevisionNote(CreateListingRevisionNoteRequest request, AsyncHandler<CreateListingRevisionNoteRequest,CreateListingRevisionNoteResponse> handler)
Creates a new Listing Revision Note.Future<CreateListingRevisionNoteResponse>
MarketplacePublisherAsyncClient. createListingRevisionNote(CreateListingRevisionNoteRequest request, AsyncHandler<CreateListingRevisionNoteRequest,CreateListingRevisionNoteResponse> handler)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type CreateListingRevisionNoteResponse Modifier and Type Method Description Future<CreateListingRevisionNoteResponse>
MarketplacePublisherAsync. createListingRevisionNote(CreateListingRevisionNoteRequest request, AsyncHandler<CreateListingRevisionNoteRequest,CreateListingRevisionNoteResponse> handler)
Creates a new Listing Revision Note.Future<CreateListingRevisionNoteResponse>
MarketplacePublisherAsyncClient. createListingRevisionNote(CreateListingRevisionNoteRequest request, AsyncHandler<CreateListingRevisionNoteRequest,CreateListingRevisionNoteResponse> handler)
-
Uses of CreateListingRevisionNoteResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return CreateListingRevisionNoteResponse Modifier and Type Method Description CreateListingRevisionNoteResponse
CreateListingRevisionNoteResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type CreateListingRevisionNoteResponse Modifier and Type Method Description CreateListingRevisionNoteResponse.Builder
CreateListingRevisionNoteResponse.Builder. copy(CreateListingRevisionNoteResponse o)
Copy method to populate the builder with values from the given instance.
-