Modifier and Type | Method and Description |
---|---|
UserType |
Client.createUserType(UserType userType)
Creates a new User Type.
|
UserType |
Client.getUserType(String typeId)
Fetches a User Type by ID.
|
Modifier and Type | Method and Description |
---|---|
UserType |
Client.createUserType(UserType userType)
Creates a new User Type.
|
Modifier and Type | Method and Description |
---|---|
UserType |
DefaultClient.createUserType(UserType userType)
Creates a new User Type.
|
UserType |
DefaultClient.getUserType(String typeId)
Fetches a User Type by ID.
|
Modifier and Type | Method and Description |
---|---|
UserType |
DefaultClient.createUserType(UserType userType)
Creates a new User Type.
|
Modifier and Type | Method and Description |
---|---|
UserBuilder |
DefaultUserBuilder.setType(UserType userType) |
Modifier and Type | Method and Description |
---|---|
UserType |
DefaultCreateUserRequest.getType() |
UserType |
DefaultUser.getType() |
Modifier and Type | Method and Description |
---|---|
CreateUserRequest |
DefaultCreateUserRequest.setType(UserType type) |
User |
DefaultUser.setType(UserType type) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserType
UserType
|
Modifier and Type | Method and Description |
---|---|
UserType |
DefaultUserType.replaceUserType(String typeId,
UserType userType)
Replace an existing User Type
|
UserType |
DefaultUserType.setDescription(String description) |
UserType |
DefaultUserType.setDisplayName(String displayName) |
UserType |
DefaultUserType.setId(String id) |
UserType |
DefaultUserType.setName(String name) |
UserType |
DefaultUserType.update()
Updates an existing User Type
|
Modifier and Type | Method and Description |
---|---|
protected Class<UserType> |
DefaultUserTypeList.getItemType() |
Modifier and Type | Method and Description |
---|---|
UserType |
DefaultUserType.replaceUserType(String typeId,
UserType userType)
Replace an existing User Type
|
Modifier and Type | Method and Description |
---|---|
UserType |
CreateUserRequest.getType() |
UserType |
User.getType() |
Modifier and Type | Method and Description |
---|---|
CreateUserRequest |
CreateUserRequest.setType(UserType type) |
UserBuilder |
UserBuilder.setType(UserType userType) |
User |
User.setType(UserType type) |
Modifier and Type | Method and Description |
---|---|
UserType |
UserType.replaceUserType(String typeId,
UserType userType)
Replace an existing User Type
|
UserType |
UserType.setDescription(String description) |
UserType |
UserType.setDisplayName(String displayName) |
UserType |
UserType.setId(String id) |
UserType |
UserType.setName(String name) |
UserType |
UserType.update()
Updates an existing User Type
|
Modifier and Type | Method and Description |
---|---|
UserType |
UserType.replaceUserType(String typeId,
UserType userType)
Replace an existing User Type
|
Copyright © 2017–2023 Okta. All rights reserved.