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 UserTypeClient. createUserType(UserType userType)Create User Type Creates a new User Type.UserTypeClient. getUserType(java.lang.String typeId)Get User Type Fetches a User Type by ID.UserTypeClient. replaceUserType(UserType userType, java.lang.String typeId)Replace User Type Replace an existing User TypeUserTypeClient. 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 UserTypeClient. createUserType(UserType userType)Create User Type Creates a new User Type.UserTypeClient. replaceUserType(UserType userType, java.lang.String typeId)Replace User Type Replace an existing User TypeUserTypeClient. 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 UserTypeCreateUserRequest. getType()UserTypeUser. getType()UserTypeUserType. setDescription(java.lang.String description)UserTypeUserType. setDisplayName(java.lang.String displayName)UserTypeUserType. setId(java.lang.String id)UserTypeUserType. setName(java.lang.String name)Methods in com.okta.sdk.resource with parameters of type UserType Modifier and Type Method Description CreateUserRequestCreateUserRequest. setType(UserType type)UserUser. 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 UserBuilderUserBuilder. setType(UserType userType)
-