Uses of Class
com.kaltura.client.enums.UserType
-
Packages that use UserType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of UserType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return UserType Modifier and Type Method Description static UserTypeUserType. get(Integer value)static UserTypeUserType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserType[]UserType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UserType in com.kaltura.client.types
Methods in com.kaltura.client.types that return UserType Modifier and Type Method Description UserTypeUser. getType()UserTypeUserBaseFilter. getTypeEqual()Methods in com.kaltura.client.types with parameters of type UserType Modifier and Type Method Description voidUser. setType(UserType type)voidUserBaseFilter. setTypeEqual(UserType typeEqual)
-