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 appInstanceId) 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.updateApplicationUserProfile(String appInstanceId, UserSchema body) Update the default Application User Schema for an Application Partial updates on the User Profile properties of the Application User SchemaSchemaApi.updateUserProfile(String schemaId, UserSchema userSchema) Update a User Schema Partial updates on the User Profile properties of the user schemaMethods in org.openapitools.client.api that return types with arguments of type UserSchemaModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserSchema>SchemaApi.getApplicationUserSchemaWithHttpInfo(String appInstanceId) Retrieve the default Application User Schema for an Application Retrieves the Schema for an App Userorg.springframework.http.ResponseEntity<UserSchema>SchemaApi.getUserSchemaWithHttpInfo(String schemaId) Retrieve a User Schema Retrieves the schema for a Schema Idorg.springframework.http.ResponseEntity<UserSchema>SchemaApi.updateApplicationUserProfileWithHttpInfo(String appInstanceId, UserSchema body) Update the default Application User Schema for an Application Partial updates on the User Profile properties of the Application User Schemaorg.springframework.http.ResponseEntity<UserSchema>SchemaApi.updateUserProfileWithHttpInfo(String schemaId, UserSchema userSchema) Update a User Schema Partial updates on the User Profile properties of the user schemaMethods in org.openapitools.client.api with parameters of type UserSchemaModifier and TypeMethodDescription<T> TSchemaApi.updateApplicationUserProfile(Class<?> T, String appInstanceId, UserSchema body) Update the default Application User Schema for an Application Partial updates on the User Profile properties of the Application User SchemaSchemaApi.updateApplicationUserProfile(String appInstanceId, UserSchema body) Update the default Application User Schema for an Application Partial updates on the User Profile properties of the Application User Schemaorg.springframework.http.ResponseEntity<UserSchema>SchemaApi.updateApplicationUserProfileWithHttpInfo(String appInstanceId, UserSchema body) Update the default Application User Schema for an Application Partial updates on the User Profile properties of the Application User SchemaSchemaApi.updateApplicationUserProfileWithPaginationInfo(String appInstanceId, UserSchema body) Update the default Application User Schema for an Application Partial updates on the User Profile properties of the Application User Schema<T> TSchemaApi.updateUserProfile(Class<?> T, String schemaId, UserSchema userSchema) Update a User Schema Partial updates on the User Profile properties of the user schemaSchemaApi.updateUserProfile(String schemaId, UserSchema userSchema) Update a User Schema Partial updates on the User Profile properties of the user schemaorg.springframework.http.ResponseEntity<UserSchema>SchemaApi.updateUserProfileWithHttpInfo(String schemaId, UserSchema userSchema) Update a User Schema Partial updates on the User Profile properties of the user schemaSchemaApi.updateUserProfileWithPaginationInfo(String schemaId, UserSchema userSchema) Update a User Schema Partial 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)