| Package | Description |
|---|---|
| com.onlyoffice.model.documenteditor | |
| com.onlyoffice.model.documenteditor.callback |
| Modifier and Type | Field and Description |
|---|---|
private Status |
Callback.status
Defines the status of the document.
|
| Modifier and Type | Field and Description |
|---|---|
private static Map<Integer,Status> |
Status.BY_ID
Defines a map of the statuses with their IDs.
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status |
Status.valueOfId(Integer code)
Returns the enum constant of this type with the specified ID.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023–2024. All rights reserved.