Uses of Class
org.openapitools.client.model.GroupSchema
Packages that use GroupSchema
-
Uses of GroupSchema in org.openapitools.client.api
Methods in org.openapitools.client.api that return GroupSchemaModifier and TypeMethodDescriptionSchemaApi.getGroupSchema()
Retrieve the default Group Schema Retrieves the group schemaSchemaApi.getGroupSchema
(Map<String, String> additionalHeaders) Retrieve the default Group Schema Retrieves the group schemaSchemaApi.updateGroupSchema
(GroupSchema groupSchema) Update the default Group Schema Updates the default group schema.SchemaApi.updateGroupSchema
(GroupSchema groupSchema, Map<String, String> additionalHeaders) Update the default Group Schema Updates the default group schema.Methods in org.openapitools.client.api with parameters of type GroupSchemaModifier and TypeMethodDescriptionSchemaApi.updateGroupSchema
(GroupSchema groupSchema) Update the default Group Schema Updates the default group schema.SchemaApi.updateGroupSchema
(GroupSchema groupSchema, Map<String, String> additionalHeaders) Update the default Group Schema Updates the default group schema. -
Uses of GroupSchema in org.openapitools.client.model
Methods in org.openapitools.client.model that return GroupSchemaModifier and TypeMethodDescriptionGroupSchema.definitions
(GroupSchemaDefinitions definitions) GroupSchema.description
(String description) GroupSchema.properties
(UserSchemaProperties properties)