| Package | Description |
|---|---|
| com.databricks.sdk.service.sql |
| Modifier and Type | Method and Description |
|---|---|
ObjectTypePlural |
SetRequest.getObjectType() |
ObjectTypePlural |
GetDbsqlPermissionRequest.getObjectType() |
static ObjectTypePlural |
ObjectTypePlural.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectTypePlural[] |
ObjectTypePlural.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetResponse |
DbsqlPermissionsAPI.get(ObjectTypePlural objectType,
String objectId) |
SetResponse |
DbsqlPermissionsAPI.set(ObjectTypePlural objectType,
String objectId) |
SetRequest |
SetRequest.setObjectType(ObjectTypePlural objectType) |
GetDbsqlPermissionRequest |
GetDbsqlPermissionRequest.setObjectType(ObjectTypePlural objectType) |
Copyright © 2024. All rights reserved.