Uses of Class
com.kaltura.client.enums.UiConfObjType
-
Packages that use UiConfObjType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of UiConfObjType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return UiConfObjType Modifier and Type Method Description static UiConfObjTypeUiConfObjType. get(Integer value)static UiConfObjTypeUiConfObjType. valueOf(String name)Returns the enum constant of this type with the specified name.static UiConfObjType[]UiConfObjType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UiConfObjType in com.kaltura.client.types
Methods in com.kaltura.client.types that return UiConfObjType Modifier and Type Method Description UiConfObjTypeUiConf. getObjType()UiConfObjTypeUiConfBaseFilter. getObjTypeEqual()UiConfObjTypeUiConfTypeInfo. getType()Methods in com.kaltura.client.types with parameters of type UiConfObjType Modifier and Type Method Description voidUiConf. setObjType(UiConfObjType objType)voidUiConfBaseFilter. setObjTypeEqual(UiConfObjType objTypeEqual)voidUiConfTypeInfo. setType(UiConfObjType type)
-