Uses of Class
com.oracle.bmc.marketplacepublisher.responses.GetListingRevisionAttachmentResponse
-
Packages that use GetListingRevisionAttachmentResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of GetListingRevisionAttachmentResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return GetListingRevisionAttachmentResponse Modifier and Type Method Description GetListingRevisionAttachmentResponse
MarketplacePublisher. getListingRevisionAttachment(GetListingRevisionAttachmentRequest request)
Get the details of the specified listing revision attachment.GetListingRevisionAttachmentResponse
MarketplacePublisherClient. getListingRevisionAttachment(GetListingRevisionAttachmentRequest request)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetListingRevisionAttachmentResponse Modifier and Type Method Description Future<GetListingRevisionAttachmentResponse>
MarketplacePublisherAsync. getListingRevisionAttachment(GetListingRevisionAttachmentRequest request, AsyncHandler<GetListingRevisionAttachmentRequest,GetListingRevisionAttachmentResponse> handler)
Get the details of the specified listing revision attachment.Future<GetListingRevisionAttachmentResponse>
MarketplacePublisherAsyncClient. getListingRevisionAttachment(GetListingRevisionAttachmentRequest request, AsyncHandler<GetListingRevisionAttachmentRequest,GetListingRevisionAttachmentResponse> handler)
-
Uses of GetListingRevisionAttachmentResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return GetListingRevisionAttachmentResponse Modifier and Type Method Description GetListingRevisionAttachmentResponse
GetListingRevisionAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type GetListingRevisionAttachmentResponse Modifier and Type Method Description GetListingRevisionAttachmentResponse.Builder
GetListingRevisionAttachmentResponse.Builder. copy(GetListingRevisionAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-