Package | Description |
---|---|
com.fortanix.sdkms.v1.model |
Modifier and Type | Field and Description |
---|---|
static KeyObjectState |
KeyObjectState.ACTIVE |
static KeyObjectState |
KeyObjectState.COMPROMISED |
static KeyObjectState |
KeyObjectState.DEACTIVATED |
static KeyObjectState |
KeyObjectState.DELETED |
static KeyObjectState |
KeyObjectState.DESTROYED |
static KeyObjectState |
KeyObjectState.NONE |
static KeyObjectState |
KeyObjectState.PREACTIVE |
Modifier and Type | Method and Description |
---|---|
static KeyObjectState |
KeyObjectState.fromValue(String val)
Intantiate an enumeration member from a value.
|
KeyObjectState |
HistoryItemState.getState()
Get state
|
KeyObjectState |
SobjectRequest.getState()
Get state
|
KeyObjectState |
KeyObject.getState()
Get state
|
static KeyObjectState[] |
KeyObjectState.values()
Return an array containing the known enumeration values.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryItemState.setState(KeyObjectState state) |
void |
SobjectRequest.setState(KeyObjectState state) |
void |
KeyObject.setState(KeyObjectState state) |
HistoryItemState |
HistoryItemState.state(KeyObjectState state) |
SobjectRequest |
SobjectRequest.state(KeyObjectState state) |
KeyObject |
KeyObject.state(KeyObjectState state) |
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved