Uses of Class
org.openapitools.client.model.GroupSchemaAttribute
Packages that use GroupSchemaAttribute
-
Uses of GroupSchemaAttribute in org.openapitools.client.model
Methods in org.openapitools.client.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 org.openapitools.client.model that return types with arguments of type GroupSchemaAttributeMethods in org.openapitools.client.model with parameters of type GroupSchemaAttributeModifier 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) Method parameters in org.openapitools.client.model with type arguments of type GroupSchemaAttributeModifier and TypeMethodDescriptionGroupSchemaCustom.properties
(Map<String, GroupSchemaAttribute> properties) void
GroupSchemaCustom.setProperties
(Map<String, GroupSchemaAttribute> properties)