Uses of Class
com.vidispine.generated.ExportTemplateArchiveType
-
-
Uses of ExportTemplateArchiveType in com.vidispine.generated
Fields in com.vidispine.generated declared as ExportTemplateArchiveType Modifier and Type Field Description protected ExportTemplateArchiveType
ExportTemplateArchive. method
Methods in com.vidispine.generated that return ExportTemplateArchiveType Modifier and Type Method Description static ExportTemplateArchiveType
ExportTemplateArchiveType. fromValue(String v)
ExportTemplateArchiveType
ExportTemplateArchive. getMethod()
Gets the value of the method property.static ExportTemplateArchiveType
ExportTemplateArchiveType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportTemplateArchiveType[]
ExportTemplateArchiveType. 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 ExportTemplateArchiveType Modifier and Type Method Description void
ExportTemplateArchive. setMethod(ExportTemplateArchiveType value)
Sets the value of the method property.ExportTemplateArchive
ExportTemplateArchive. withMethod(ExportTemplateArchiveType value)
-