GroupSchemaAttribute |
GroupSchemaAttribute._enum(List<String> _enum) |
GroupSchemaAttribute |
GroupSchemaAttribute.addEnumItem(String _enumItem) |
GroupSchemaAttribute |
GroupSchemaAttribute.addOneOfItem(UserSchemaAttributeEnum oneOfItem) |
GroupSchemaAttribute |
GroupSchemaAttribute.addPermissionsItem(UserSchemaAttributePermission permissionsItem) |
GroupSchemaAttribute |
GroupSchemaAttribute.description(String description) |
GroupSchemaAttribute |
GroupSchemaAttribute.externalName(String externalName) |
GroupSchemaAttribute |
GroupSchemaAttribute.externalNamespace(String externalNamespace) |
GroupSchemaAttribute |
GroupSchemaBaseProperties.getDescription()
Get description
|
GroupSchemaAttribute |
GroupSchemaBaseProperties.getName()
Get name
|
GroupSchemaAttribute |
GroupSchemaAttribute.items(UserSchemaAttributeItems items) |
GroupSchemaAttribute |
GroupSchemaAttribute.master(UserSchemaAttributeMaster master) |
GroupSchemaAttribute |
GroupSchemaAttribute.maxLength(Integer maxLength) |
GroupSchemaAttribute |
GroupSchemaAttribute.minLength(Integer minLength) |
GroupSchemaAttribute |
GroupSchemaAttribute.mutability(String mutability) |
GroupSchemaAttribute |
GroupSchemaAttribute.oneOf(List<UserSchemaAttributeEnum> oneOf) |
GroupSchemaAttribute |
GroupSchemaAttribute.permissions(List<UserSchemaAttributePermission> permissions) |
GroupSchemaAttribute |
GroupSchemaAttribute.required(Boolean required) |
GroupSchemaAttribute |
GroupSchemaAttribute.scope(UserSchemaAttributeScope scope) |
GroupSchemaAttribute |
GroupSchemaAttribute.title(String title) |
GroupSchemaAttribute |
GroupSchemaAttribute.type(UserSchemaAttributeType type) |
GroupSchemaAttribute |
GroupSchemaAttribute.union(UserSchemaAttributeUnion union) |
GroupSchemaAttribute |
GroupSchemaAttribute.unique(String unique) |