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 UserSchemaClient. getApplicationUserSchema(java.lang.String appInstanceId)Fetches the Schema for an App User Fetches the Schema for an App UserUserSchemaClient. getUserSchema(java.lang.String schemaId)Fetches the schema for a Schema Id.UserSchemaClient. updateApplicationUserProfile(java.lang.String appInstanceId)Partial updates on the User Profile properties of the Application User Schema.UserSchemaClient. updateApplicationUserProfile(java.lang.String appInstanceId, UserSchema body)Partial updates on the User Profile properties of the Application User Schema.UserSchemaClient. 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 UserSchemaClient. updateApplicationUserProfile(java.lang.String appInstanceId, UserSchema body)Partial updates on the User Profile properties of the Application User Schema.UserSchemaClient. 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 UserSchemaUserSchema. setDefinitions(UserSchemaDefinitions definitions)UserSchemaUserSchema. setProperties(UserSchemaProperties properties)UserSchemaUserSchema. setTitle(java.lang.String title)
-