Uses of Class
com.oracle.bmc.marketplacepublisher.model.CreateListingRevisionAttachmentDetails
-
Packages that use CreateListingRevisionAttachmentDetails Package Description com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.requests -
-
Uses of CreateListingRevisionAttachmentDetails in com.oracle.bmc.marketplacepublisher.model
Subclasses of CreateListingRevisionAttachmentDetails in com.oracle.bmc.marketplacepublisher.model Modifier and Type Class Description class
CreateCustomerSuccessAttachment
customer success story attachment for the listing revision.class
CreateRelatedDocumentAttachmentDetails
Create Details of the related document attachment.class
CreateReviewSupportDocumentAttachment
Reviewsupport document attachment for the listing revision.class
CreateScreenShotAttachmentDetails
Create Details of the screenshot attachment.class
CreateSupportedServiceAttachment
Supported service attachment for the listing revision.class
CreateVideoAttachmentDetails
Create Details of the video attachment. -
Uses of CreateListingRevisionAttachmentDetails in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return CreateListingRevisionAttachmentDetails Modifier and Type Method Description CreateListingRevisionAttachmentDetails
CreateListingRevisionAttachmentRequest. getBody$()
Alternative accessor for the body parameter.CreateListingRevisionAttachmentDetails
CreateListingRevisionAttachmentRequest. getCreateListingRevisionAttachmentDetails()
Details for the new Listing Revision Attachment.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type CreateListingRevisionAttachmentDetails Modifier and Type Method Description CreateListingRevisionAttachmentRequest.Builder
CreateListingRevisionAttachmentRequest.Builder. body$(CreateListingRevisionAttachmentDetails body)
Alternative setter for the body parameter.CreateListingRevisionAttachmentRequest.Builder
CreateListingRevisionAttachmentRequest.Builder. createListingRevisionAttachmentDetails(CreateListingRevisionAttachmentDetails createListingRevisionAttachmentDetails)
Details for the new Listing Revision Attachment.
-