Uses of Class
com.oracle.bmc.marketplacepublisher.model.CreateVideoDetails
-
Packages that use CreateVideoDetails Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of CreateVideoDetails in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return CreateVideoDetails Modifier and Type Method Description CreateVideoDetails
CreateVideoDetails.Builder. build()
CreateVideoDetails
CreateVideoAttachmentDetails. getVideoAttachmentDetails()
Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type CreateVideoDetails Modifier and Type Method Description CreateVideoDetails.Builder
CreateVideoDetails.Builder. copy(CreateVideoDetails model)
CreateVideoAttachmentDetails.Builder
CreateVideoAttachmentDetails.Builder. videoAttachmentDetails(CreateVideoDetails videoAttachmentDetails)
Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type CreateVideoDetails Constructor Description CreateVideoAttachmentDetails(String listingRevisionId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, CreateVideoDetails videoAttachmentDetails)
Deprecated.
-