| Package | Description |
|---|---|
| com.okta.sdk.client | |
| com.okta.sdk.resource.user | |
| com.okta.sdk.resource.user.type |
| Modifier and Type | Method and Description |
|---|---|
UserType |
Client.createUserType(UserType userType)
Creates a new User Type.
|
UserType |
Client.getUserType(java.lang.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 |
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(java.lang.String typeId,
UserType userType)
Replace an existing User Type
|
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) |
UserType |
UserType.update()
Updates an existing User Type
|
| Modifier and Type | Method and Description |
|---|---|
UserType |
UserType.replaceUserType(java.lang.String typeId,
UserType userType)
Replace an existing User Type
|
Copyright © 2017-2022 Okta. All Rights Reserved.