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 CreateVideoDetailsCreateVideoDetails.Builder. build()CreateVideoDetailsCreateVideoAttachmentDetails. getVideoAttachmentDetails()Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type CreateVideoDetails Modifier and Type Method Description CreateVideoDetails.BuilderCreateVideoDetails.Builder. copy(CreateVideoDetails model)CreateVideoAttachmentDetails.BuilderCreateVideoAttachmentDetails.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.
-