Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
UserSchema |
SchemaApi.getApplicationUserSchema(java.lang.String appInstanceId)
Retrieve the default Application User Schema for an Application
Retrieves the Schema for an App User
|
UserSchema |
SchemaApi.getUserSchema(java.lang.String schemaId)
Retrieve a User Schema
Retrieves the schema for a Schema Id
|
UserSchema |
SchemaApi.updateApplicationUserProfile(java.lang.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
|
UserSchema |
SchemaApi.updateUserProfile(java.lang.String schemaId,
UserSchema userSchema)
Update a User Schema
Partial updates on the User Profile properties of the user schema
|
Modifier and Type | Method and Description |
---|---|
<T> T |
SchemaApi.updateApplicationUserProfile(java.lang.Class<?> T,
java.lang.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
|
UserSchema |
SchemaApi.updateApplicationUserProfile(java.lang.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
|
PagedList |
SchemaApi.updateApplicationUserProfileWithPaginationInfo(java.lang.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> T |
SchemaApi.updateUserProfile(java.lang.Class<?> T,
java.lang.String schemaId,
UserSchema userSchema)
Update a User Schema
Partial updates on the User Profile properties of the user schema
|
UserSchema |
SchemaApi.updateUserProfile(java.lang.String schemaId,
UserSchema userSchema)
Update a User Schema
Partial updates on the User Profile properties of the user schema
|
PagedList |
SchemaApi.updateUserProfileWithPaginationInfo(java.lang.String schemaId,
UserSchema userSchema)
Update a User Schema
Partial updates on the User Profile properties of the user schema
|
Modifier and Type | Method and Description |
---|---|
UserSchema |
UserSchema.definitions(UserSchemaDefinitions definitions) |
UserSchema |
UserSchema.properties(UserSchemaProperties properties) |
UserSchema |
UserSchema.title(java.lang.String title) |
Copyright © 2017-2022 Okta. All Rights Reserved.