Uses of Class
be.personify.iam.scim.schema.SchemaAttributeType
-
Packages that use SchemaAttributeType Package Description be.personify.iam.scim.schema -
-
Uses of SchemaAttributeType in be.personify.iam.scim.schema
Methods in be.personify.iam.scim.schema that return SchemaAttributeType Modifier and Type Method Description static SchemaAttributeTypeSchemaAttributeType. fromString(String text)static SchemaAttributeTypeSchemaAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaAttributeType[]SchemaAttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-