Uses of Class
com.oracle.bmc.marketplacepublisher.responses.ListListingRevisionAttachmentsResponse
-
Packages that use ListListingRevisionAttachmentsResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of ListListingRevisionAttachmentsResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return ListListingRevisionAttachmentsResponse Modifier and Type Method Description ListListingRevisionAttachmentsResponse
MarketplacePublisher. listListingRevisionAttachments(ListListingRevisionAttachmentsRequest request)
Gets the list of attachments for a listing revision in a compartmentListListingRevisionAttachmentsResponse
MarketplacePublisherClient. listListingRevisionAttachments(ListListingRevisionAttachmentsRequest request)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ListListingRevisionAttachmentsResponse Modifier and Type Method Description Future<ListListingRevisionAttachmentsResponse>
MarketplacePublisherAsync. listListingRevisionAttachments(ListListingRevisionAttachmentsRequest request, AsyncHandler<ListListingRevisionAttachmentsRequest,ListListingRevisionAttachmentsResponse> handler)
Gets the list of attachments for a listing revision in a compartmentFuture<ListListingRevisionAttachmentsResponse>
MarketplacePublisherAsyncClient. listListingRevisionAttachments(ListListingRevisionAttachmentsRequest request, AsyncHandler<ListListingRevisionAttachmentsRequest,ListListingRevisionAttachmentsResponse> handler)
-
Uses of ListListingRevisionAttachmentsResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return ListListingRevisionAttachmentsResponse Modifier and Type Method Description ListListingRevisionAttachmentsResponse
ListListingRevisionAttachmentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type ListListingRevisionAttachmentsResponse Modifier and Type Method Description ListListingRevisionAttachmentsResponse.Builder
ListListingRevisionAttachmentsResponse.Builder. copy(ListListingRevisionAttachmentsResponse o)
Copy method to populate the builder with values from the given instance.
-