| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.events.network |
| Modifier and Type | Method and Description |
|---|---|
TrustTokenOperationDoneStatus |
TrustTokenOperationDone.getStatus()
Detailed success or error status of the operation.
|
static TrustTokenOperationDoneStatus |
TrustTokenOperationDoneStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrustTokenOperationDoneStatus[] |
TrustTokenOperationDoneStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrustTokenOperationDone.setStatus(TrustTokenOperationDoneStatus status)
Detailed success or error status of the operation.
|
Copyright © 2021 Kenan Klisura. All rights reserved.