Uses of Class
com.okta.sdk.resource.model.GroupSchemaAttribute
Packages that use GroupSchemaAttribute
-
Uses of GroupSchemaAttribute in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return GroupSchemaAttributeModifier 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) Methods in com.okta.sdk.resource.model that return types with arguments of type GroupSchemaAttributeMethods in com.okta.sdk.resource.model with parameters of type GroupSchemaAttributeModifier and TypeMethodDescriptionGroupSchemaBaseProperties.description(GroupSchemaAttribute description) GroupSchemaBaseProperties.name(GroupSchemaAttribute name) GroupSchemaCustom.putPropertiesItem(String key, GroupSchemaAttribute propertiesItem) voidGroupSchemaBaseProperties.setDescription(GroupSchemaAttribute description) voidGroupSchemaBaseProperties.setName(GroupSchemaAttribute name) Method parameters in com.okta.sdk.resource.model with type arguments of type GroupSchemaAttributeModifier and TypeMethodDescriptionGroupSchemaCustom.properties(Map<String, GroupSchemaAttribute> properties) voidGroupSchemaCustom.setProperties(Map<String, GroupSchemaAttribute> properties)