Uses of Class
be.personify.iam.scim.schema.SchemaAttribute
-
Packages that use SchemaAttribute Package Description be.personify.iam.scim.schema -
-
Uses of SchemaAttribute in be.personify.iam.scim.schema
Methods in be.personify.iam.scim.schema that return SchemaAttribute Modifier and Type Method Description SchemaAttributeSchema. getAttribute(String name)SchemaAttributeSchemaAttribute. getSubAttribute(String name)Methods in be.personify.iam.scim.schema that return types with arguments of type SchemaAttribute Modifier and Type Method Description List<SchemaAttribute>Schema. getAttributes()List<SchemaAttribute>SchemaAttribute. getSubAttributes()Method parameters in be.personify.iam.scim.schema with type arguments of type SchemaAttribute Modifier and Type Method Description voidSchema. setAttributes(List<SchemaAttribute> attributes)voidSchemaAttribute. setSubAttributes(List<SchemaAttribute> subAttributes)
-