Uses of Class
com.okta.sdk.resource.model.UserType
Packages that use UserType
Package
Description
-
Uses of UserType in com.okta.sdk.impl.resource
Methods in com.okta.sdk.impl.resource with parameters of type UserType -
Uses of UserType in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return UserTypeModifier and TypeMethodDescriptionUserTypeApi.createUserType(UserType userType) Create a User Type Creates a new User Type.UserTypeApi.createUserType(UserType 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 orgMethods in com.okta.sdk.resource.api with parameters of type UserTypeModifier and TypeMethodDescriptionUserTypeApi.createUserType(UserType userType) Create a User Type Creates a new User Type.UserTypeApi.createUserType(UserType userType, Map<String, String> additionalHeaders) Create a User Type Creates a new User Type. -
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) CreateUserRequest.getType()Get typeUser.getType()Get typeUserType.links(UserTypeLinks links) Methods in com.okta.sdk.resource.model with parameters of type UserType -
Uses of UserType in com.okta.sdk.resource.user
Methods in com.okta.sdk.resource.user with parameters of type UserType