Uses of Class
com.okta.sdk.resource.model.UserType
Packages that use UserType
-
Uses of UserType in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return UserTypeModifier and TypeMethodDescriptionUserTypeApi.createUserType(CreateUserTypeRequest userType) Create a User Type Creates a new User Type.UserTypeApi.createUserType(CreateUserTypeRequest userType, Map<String, String> additionalHeaders) Create a User Type Creates a new User Type.UserTypeApi.getUserType(String typeId) Retrieve a User Type Retrieves a User Type by ID.UserTypeApi.getUserType(String typeId, Map<String, String> additionalHeaders) Retrieve a User Type Retrieves a User Type by ID.UserTypeApi.replaceUserType(String typeId, UserTypePutRequest userType) Replace a User Type Replaces an existing User Type.UserTypeApi.replaceUserType(String typeId, UserTypePutRequest userType, Map<String, String> additionalHeaders) Replace a User Type Replaces an existing User Type.UserTypeApi.updateUserType(String typeId, UserTypePostRequest userType) Update a User Type Updates an existing User Type.UserTypeApi.updateUserType(String typeId, UserTypePostRequest userType, Map<String, String> additionalHeaders) Update a User Type Updates an existing User Type.Methods in com.okta.sdk.resource.api that return types with arguments of type UserTypeModifier and TypeMethodDescriptionUserTypeApi.listUserTypes()List all User Types Lists all User Types in your orgUserTypeApi.listUserTypes(Map<String, String> additionalHeaders) List all User Types Lists all User Types in your org -
Uses of UserType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserTypeModifier and TypeMethodDescriptionUserType.description(String description) UserType.displayName(String displayName) User.getType()Get typeUserGetSingleton.getType()Get typeUserType.links(UserTypeLinks links) Methods in com.okta.sdk.resource.model with parameters of type UserType