Uses of Class
com.okta.sdk.resource.model.GroupSchemaAttribute
-
Uses of GroupSchemaAttribute in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionGroupSchemaAttribute.addEnumItem
(String _enumItem) GroupSchemaAttribute.addOneOfItem
(UserSchemaAttributeEnum oneOfItem) GroupSchemaAttribute.addPermissionsItem
(UserSchemaAttributePermission permissionsItem) GroupSchemaAttribute.description
(String description) GroupSchemaAttribute.externalName
(String externalName) GroupSchemaAttribute.externalNamespace
(String externalNamespace) GroupSchemaBaseProperties.getDescription()
Get descriptionGroupSchemaBaseProperties.getName()
Get nameGroupSchemaAttribute.items
(UserSchemaAttributeItems items) GroupSchemaAttribute.master
(UserSchemaAttributeMaster master) GroupSchemaAttribute.mutability
(String mutability) GroupSchemaAttribute.oneOf
(List<UserSchemaAttributeEnum> oneOf) GroupSchemaAttribute.permissions
(List<UserSchemaAttributePermission> permissions) GroupSchemaAttribute.scope
(UserSchemaAttributeScope scope) GroupSchemaAttribute.type
(UserSchemaAttributeType type) GroupSchemaAttribute.union
(UserSchemaAttributeUnion union) Modifier and TypeMethodDescriptionGroupSchemaBaseProperties.description
(GroupSchemaAttribute description) GroupSchemaBaseProperties.name
(GroupSchemaAttribute name) GroupSchemaCustom.putPropertiesItem
(String key, GroupSchemaAttribute propertiesItem) void
GroupSchemaBaseProperties.setDescription
(GroupSchemaAttribute description) void
GroupSchemaBaseProperties.setName
(GroupSchemaAttribute name) Modifier and TypeMethodDescriptionGroupSchemaCustom.properties
(Map<String, GroupSchemaAttribute> properties) void
GroupSchemaCustom.setProperties
(Map<String, GroupSchemaAttribute> properties)