Uses of Interface
com.okta.sdk.resource.UserType
-
Packages that use UserType Package Description com.okta.sdk.client com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of UserType in com.okta.sdk.client
Methods in com.okta.sdk.client that return UserType Modifier and Type Method Description UserType
Client. createUserType(UserType userType)
Create User Type Creates a new User Type.UserType
Client. getUserType(java.lang.String typeId)
Get User Type Fetches a User Type by ID.UserType
Client. replaceUserType(UserType userType, java.lang.String typeId)
Replace User Type Replace an existing User TypeUserType
Client. updateUserType(UserType userType, java.lang.String typeId)
Update User Type Updates an existing User TypeMethods in com.okta.sdk.client with parameters of type UserType Modifier and Type Method Description UserType
Client. createUserType(UserType userType)
Create User Type Creates a new User Type.UserType
Client. replaceUserType(UserType userType, java.lang.String typeId)
Replace User Type Replace an existing User TypeUserType
Client. updateUserType(UserType userType, java.lang.String typeId)
Update User Type Updates an existing User Type -
Uses of UserType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return UserType Modifier and Type Method Description UserType
CreateUserRequest. getType()
UserType
User. getType()
UserType
UserType. setDescription(java.lang.String description)
UserType
UserType. setDisplayName(java.lang.String displayName)
UserType
UserType. setId(java.lang.String id)
UserType
UserType. setName(java.lang.String name)
Methods in com.okta.sdk.resource with parameters of type UserType Modifier and Type Method Description CreateUserRequest
CreateUserRequest. setType(UserType type)
User
User. setType(UserType type)
-
Uses of UserType in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type UserType Modifier and Type Method Description UserBuilder
UserBuilder. setType(UserType userType)
-