Uses of Class
org.genesys.amphibian.client.model.FieldFilter.TypeEnum
-
Packages that use FieldFilter.TypeEnum Package Description org.genesys.amphibian.client.model -
-
Uses of FieldFilter.TypeEnum in org.genesys.amphibian.client.model
Methods in org.genesys.amphibian.client.model that return FieldFilter.TypeEnum Modifier and Type Method Description static FieldFilter.TypeEnumFieldFilter.TypeEnum. fromValue(String value)FieldFilter.TypeEnumFieldFilter. getType()Get typestatic FieldFilter.TypeEnumFieldFilter.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldFilter.TypeEnum[]FieldFilter.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.genesys.amphibian.client.model with parameters of type FieldFilter.TypeEnum Modifier and Type Method Description voidFieldFilter. setType(FieldFilter.TypeEnum type)FieldFilterFieldFilter. type(FieldFilter.TypeEnum type)
-