Uses of Class
io.jans.scim.model.GluuBoolean
-
Packages that use GluuBoolean Package Description io.jans.scim.model -
-
Uses of GluuBoolean in io.jans.scim.model
Methods in io.jans.scim.model that return GluuBoolean Modifier and Type Method Description GluuBoolean
GluuCustomAttribute. getBooleanValue()
GluuBoolean[]
GluuCustomAttribute. getBooleanValues()
static GluuBoolean
GluuBoolean. getByValue(String value)
Deprecated.protected GluuBoolean
GluuCustomAttribute. toBooleanFromString(String value)
static GluuBoolean
GluuBoolean. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static GluuBoolean[]
GluuBoolean. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jans.scim.model with parameters of type GluuBoolean Modifier and Type Method Description void
GluuCustomAttribute. setBooleanValue(GluuBoolean value)
void
GluuCustomAttribute. setBooleanValues(GluuBoolean[] booleanValues)
protected String
GluuCustomAttribute. toStringFromBoolean(GluuBoolean value)
-