Uses of Class
com.kaltura.client.enums.EditorType
-
Packages that use EditorType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of EditorType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return EditorType Modifier and Type Method Description static EditorTypeEditorType. get(Integer value)static EditorTypeEditorType. valueOf(String name)Returns the enum constant of this type with the specified name.static EditorType[]EditorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EditorType in com.kaltura.client.types
Methods in com.kaltura.client.types that return EditorType Modifier and Type Method Description EditorTypeMixEntry. getEditorType()Methods in com.kaltura.client.types with parameters of type EditorType Modifier and Type Method Description voidMixEntry. setEditorType(EditorType editorType)
-