Uses of Class
com.vidispine.generated.ExportTemplateCompressType
-
-
Uses of ExportTemplateCompressType in com.vidispine.generated
Fields in com.vidispine.generated declared as ExportTemplateCompressType Modifier and Type Field Description protected ExportTemplateCompressType
ExportTemplateCompress. method
Methods in com.vidispine.generated that return ExportTemplateCompressType Modifier and Type Method Description static ExportTemplateCompressType
ExportTemplateCompressType. fromValue(String v)
ExportTemplateCompressType
ExportTemplateCompress. getMethod()
Gets the value of the method property.static ExportTemplateCompressType
ExportTemplateCompressType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportTemplateCompressType[]
ExportTemplateCompressType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vidispine.generated with parameters of type ExportTemplateCompressType Modifier and Type Method Description void
ExportTemplateCompress. setMethod(ExportTemplateCompressType value)
Sets the value of the method property.ExportTemplateCompress
ExportTemplateCompress. withMethod(ExportTemplateCompressType value)
-