Uses of Class
com.kaltura.client.enums.UpdateMethodType
-
Packages that use UpdateMethodType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of UpdateMethodType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return UpdateMethodType Modifier and Type Method Description static UpdateMethodTypeUpdateMethodType. get(Integer value)static UpdateMethodTypeUpdateMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateMethodType[]UpdateMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UpdateMethodType in com.kaltura.client.types
Methods in com.kaltura.client.types that return UpdateMethodType Modifier and Type Method Description UpdateMethodTypeCategoryUser. getUpdateMethod()UpdateMethodTypeCategoryUserBaseFilter. getUpdateMethodEqual()UpdateMethodTypeCategoryUserProviderFilter. getUpdateMethodEqual()Methods in com.kaltura.client.types with parameters of type UpdateMethodType Modifier and Type Method Description voidCategoryUser. setUpdateMethod(UpdateMethodType updateMethod)voidCategoryUserBaseFilter. setUpdateMethodEqual(UpdateMethodType updateMethodEqual)voidCategoryUserProviderFilter. setUpdateMethodEqual(UpdateMethodType updateMethodEqual)
-