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 class
UpdateRelatedDocumentAttachmentDetails
Update Details of the related document attachment.class
UpdateScreenShotAttachmentDetails
Update details of the screenshot attachment.class
UpdateVideoAttachmentDetails
Details 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 UpdateListingRevisionAttachmentDetails
UpdateListingRevisionAttachmentRequest. getBody$()
Alternative accessor for the body parameter.UpdateListingRevisionAttachmentDetails
UpdateListingRevisionAttachmentRequest. getUpdateListingRevisionAttachmentDetails()
The attachment to be updated.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type UpdateListingRevisionAttachmentDetails Modifier and Type Method Description UpdateListingRevisionAttachmentRequest.Builder
UpdateListingRevisionAttachmentRequest.Builder. body$(UpdateListingRevisionAttachmentDetails body)
Alternative setter for the body parameter.UpdateListingRevisionAttachmentRequest.Builder
UpdateListingRevisionAttachmentRequest.Builder. updateListingRevisionAttachmentDetails(UpdateListingRevisionAttachmentDetails updateListingRevisionAttachmentDetails)
The attachment to be updated.
-