Uses of Interface
com.okta.sdk.resource.UserSchema
-
Packages that use UserSchema Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of UserSchema in com.okta.sdk.client
Methods in com.okta.sdk.client that return UserSchema Modifier and Type Method Description UserSchema
Client. getApplicationUserSchema(java.lang.String appInstanceId)
Fetches the Schema for an App User Fetches the Schema for an App UserUserSchema
Client. getUserSchema(java.lang.String schemaId)
Fetches the schema for a Schema Id.UserSchema
Client. updateApplicationUserProfile(java.lang.String appInstanceId)
Partial updates on the User Profile properties of the Application User Schema.UserSchema
Client. updateApplicationUserProfile(java.lang.String appInstanceId, UserSchema body)
Partial updates on the User Profile properties of the Application User Schema.UserSchema
Client. updateUserProfile(UserSchema userSchema, java.lang.String schemaId)
Update User Profile Partial updates on the User Profile properties of the user schema.Methods in com.okta.sdk.client with parameters of type UserSchema Modifier and Type Method Description UserSchema
Client. updateApplicationUserProfile(java.lang.String appInstanceId, UserSchema body)
Partial updates on the User Profile properties of the Application User Schema.UserSchema
Client. updateUserProfile(UserSchema userSchema, java.lang.String schemaId)
Update User Profile Partial updates on the User Profile properties of the user schema. -
Uses of UserSchema in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return UserSchema Modifier and Type Method Description UserSchema
UserSchema. setDefinitions(UserSchemaDefinitions definitions)
UserSchema
UserSchema. setProperties(UserSchemaProperties properties)
UserSchema
UserSchema. setTitle(java.lang.String title)
-