Package | Description |
---|---|
com.groupdocs.cloud.comparison.model |
Modifier and Type | Method | Description |
---|---|---|
static ChangeInfo.TypeEnum |
ChangeInfo.TypeEnum.fromValue(java.lang.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(java.lang.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 © 2020. All rights reserved.