| Package | Description |
|---|---|
| com.groupdocs.cloud.comparison.model |
| Modifier and Type | Method | Description |
|---|---|---|
static ChangeInfo.TypeEnum |
ChangeInfo.TypeEnum.fromValue(String text) |
|
ChangeInfo.TypeEnum |
ChangeInfo.getType() |
Type of change (Inserted, Deleted or StyleChanged)
|
ChangeInfo.TypeEnum |
ChangeInfo.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static ChangeInfo.TypeEnum |
ChangeInfo.TypeEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ChangeInfo.TypeEnum[] |
ChangeInfo.TypeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ChangeInfo.setType(ChangeInfo.TypeEnum type) |
|
ChangeInfo |
ChangeInfo.type(ChangeInfo.TypeEnum type) |
|
void |
ChangeInfo.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ChangeInfo.TypeEnum enumeration) |
Copyright © 2025. All rights reserved.