| Package | Description |
|---|---|
| com.databricks.sdk.service.postgres |
| Modifier and Type | Method and Description |
|---|---|
BranchState |
Branch.getCurrentState() |
BranchState |
Branch.getPendingState() |
static BranchState |
BranchState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BranchState[] |
BranchState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Branch |
Branch.setCurrentState(BranchState currentState) |
Branch |
Branch.setPendingState(BranchState pendingState) |
Copyright © 2025. All rights reserved.