| Package | Description |
|---|---|
| com.databricks.sdk.service.iam |
| Modifier and Type | Method and Description |
|---|---|
static UserSchema |
UserSchema.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSchema[] |
UserSchema.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<UserSchema> |
UpdateUserRequest.getSchemas() |
Collection<UserSchema> |
CreateUserRequest.getSchemas() |
Collection<UserSchema> |
User.getSchemas() |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest |
UpdateUserRequest.setSchemas(Collection<UserSchema> schemas) |
CreateUserRequest |
CreateUserRequest.setSchemas(Collection<UserSchema> schemas) |
User |
User.setSchemas(Collection<UserSchema> schemas) |
Copyright © 2026. All rights reserved.