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.updateGroupSchema
(GroupSchema groupSchema) Update the default Group Schema Updates, adds or removes one or more custom Group Profile properties in the schemaMethods in org.openapitools.client.api that return types with arguments of type GroupSchemaModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GroupSchema>
SchemaApi.getGroupSchemaWithHttpInfo()
Retrieve the default Group Schema Retrieves the group schemaorg.springframework.http.ResponseEntity<GroupSchema>
SchemaApi.updateGroupSchemaWithHttpInfo
(GroupSchema groupSchema) Update the default Group Schema Updates, adds or removes one or more custom Group Profile properties in the schemaMethods in org.openapitools.client.api with parameters of type GroupSchemaModifier and TypeMethodDescription<T> T
SchemaApi.updateGroupSchema
(Class<?> T, GroupSchema groupSchema) Update the default Group Schema Updates, adds or removes one or more custom Group Profile properties in the schemaSchemaApi.updateGroupSchema
(GroupSchema groupSchema) Update the default Group Schema Updates, adds or removes one or more custom Group Profile properties in the schemaorg.springframework.http.ResponseEntity<GroupSchema>
SchemaApi.updateGroupSchemaWithHttpInfo
(GroupSchema groupSchema) Update the default Group Schema Updates, adds or removes one or more custom Group Profile properties in the schemaSchemaApi.updateGroupSchemaWithPaginationInfo
(GroupSchema groupSchema) Update the default Group Schema Updates, adds or removes one or more custom Group Profile properties in the 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)