Uses of Class
com.oracle.bmc.marketplacepublisher.model.UpdateListingRevisionAttachmentDetails
-
Packages that use UpdateListingRevisionAttachmentDetails Package Description com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.requests -
-
Uses of UpdateListingRevisionAttachmentDetails in com.oracle.bmc.marketplacepublisher.model
Subclasses of UpdateListingRevisionAttachmentDetails in com.oracle.bmc.marketplacepublisher.model Modifier and Type Class Description classUpdateCustomerSuccessAttachmentcustomer success story attachment for the listing revision.classUpdateRelatedDocumentAttachmentDetailsUpdate Details of the related document attachment.classUpdateReviewSupportDocumentAttachmentReviewsupport document attachment for the listing revision.classUpdateScreenShotAttachmentDetailsUpdate details of the screenshot attachment.classUpdateSupportedServiceAttachmentSupported services attachment for the listing revision.classUpdateVideoAttachmentDetailsDetails of the video attachment. -
Uses of UpdateListingRevisionAttachmentDetails in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return UpdateListingRevisionAttachmentDetails Modifier and Type Method Description UpdateListingRevisionAttachmentDetailsUpdateListingRevisionAttachmentRequest. getBody$()Alternative accessor for the body parameter.UpdateListingRevisionAttachmentDetailsUpdateListingRevisionAttachmentRequest. getUpdateListingRevisionAttachmentDetails()The attachment to be updated.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type UpdateListingRevisionAttachmentDetails Modifier and Type Method Description UpdateListingRevisionAttachmentRequest.BuilderUpdateListingRevisionAttachmentRequest.Builder. body$(UpdateListingRevisionAttachmentDetails body)Alternative setter for the body parameter.UpdateListingRevisionAttachmentRequest.BuilderUpdateListingRevisionAttachmentRequest.Builder. updateListingRevisionAttachmentDetails(UpdateListingRevisionAttachmentDetails updateListingRevisionAttachmentDetails)The attachment to be updated.
-