Uses of Class
com.kaltura.client.enums.ESearchOperatorType
-
Packages that use ESearchOperatorType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of ESearchOperatorType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return ESearchOperatorType Modifier and Type Method Description static ESearchOperatorTypeESearchOperatorType. get(Integer value)static ESearchOperatorTypeESearchOperatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ESearchOperatorType[]ESearchOperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ESearchOperatorType in com.kaltura.client.types
Methods in com.kaltura.client.types that return ESearchOperatorType Modifier and Type Method Description ESearchOperatorTypeBeaconScheduledResourceOperator. getOperator()ESearchOperatorTypeESearchCategoryOperator. getOperator()ESearchOperatorTypeESearchEntryOperator. getOperator()ESearchOperatorTypeESearchGroupOperator. getOperator()ESearchOperatorTypeESearchNestedOperator. getOperator()ESearchOperatorTypeESearchUserOperator. getOperator()Methods in com.kaltura.client.types with parameters of type ESearchOperatorType Modifier and Type Method Description voidBeaconScheduledResourceOperator. setOperator(ESearchOperatorType operator)voidESearchCategoryOperator. setOperator(ESearchOperatorType operator)voidESearchEntryOperator. setOperator(ESearchOperatorType operator)voidESearchGroupOperator. setOperator(ESearchOperatorType operator)voidESearchNestedOperator. setOperator(ESearchOperatorType operator)voidESearchUserOperator. setOperator(ESearchOperatorType operator)
-