Uses of Class
org.openapitools.client.model.UserSchema
Packages that use UserSchema
-
Uses of UserSchema in org.openapitools.client.api
Methods in org.openapitools.client.api that return UserSchemaModifier and TypeMethodDescriptionSchemaApi.getApplicationUserSchema
(String appId) Retrieve the default Application User Schema for an Application Retrieves the Schema for an App UserSchemaApi.getApplicationUserSchema
(String appId, Map<String, String> additionalHeaders) Retrieve the default Application User Schema for an Application Retrieves the Schema for an App UserSchemaApi.getUserSchema
(String schemaId) Retrieve a User Schema Retrieves the schema for a Schema IdSchemaApi.getUserSchema
(String schemaId, Map<String, String> additionalHeaders) Retrieve a User Schema Retrieves the schema for a Schema IdSchemaApi.updateApplicationUserProfile
(String appId, UserSchema body) Update the default Application User Schema for an Application Partially updates on the User Profile properties of the Application User SchemaSchemaApi.updateApplicationUserProfile
(String appId, UserSchema body, Map<String, String> additionalHeaders) Update the default Application User Schema for an Application Partially updates on the User Profile properties of the Application User SchemaSchemaApi.updateUserProfile
(String schemaId, UserSchema userSchema) Update a User Schema Partially updates on the User Profile properties of the user schemaSchemaApi.updateUserProfile
(String schemaId, UserSchema userSchema, Map<String, String> additionalHeaders) Update a User Schema Partially updates on the User Profile properties of the user schemaMethods in org.openapitools.client.api with parameters of type UserSchemaModifier and TypeMethodDescriptionSchemaApi.updateApplicationUserProfile
(String appId, UserSchema body) Update the default Application User Schema for an Application Partially updates on the User Profile properties of the Application User SchemaSchemaApi.updateApplicationUserProfile
(String appId, UserSchema body, Map<String, String> additionalHeaders) Update the default Application User Schema for an Application Partially updates on the User Profile properties of the Application User SchemaSchemaApi.updateUserProfile
(String schemaId, UserSchema userSchema) Update a User Schema Partially updates on the User Profile properties of the user schemaSchemaApi.updateUserProfile
(String schemaId, UserSchema userSchema, Map<String, String> additionalHeaders) Update a User Schema Partially updates on the User Profile properties of the user schema -
Uses of UserSchema in org.openapitools.client.model
Methods in org.openapitools.client.model that return UserSchemaModifier and TypeMethodDescriptionUserSchema.definitions
(UserSchemaDefinitions definitions) UserSchema.properties
(UserSchemaProperties properties)