Package | Description |
---|---|
com.groupdocs.cloud.comparison.model |
Modifier and Type | Method | Description |
---|---|---|
static Settings.DetailsLevelEnum |
Settings.DetailsLevelEnum.fromValue(java.lang.String text) |
|
Settings.DetailsLevelEnum |
Settings.getDetailsLevel() |
Gets of sets the comparison details level
|
Settings.DetailsLevelEnum |
Settings.DetailsLevelEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static Settings.DetailsLevelEnum |
Settings.DetailsLevelEnum.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Settings.DetailsLevelEnum[] |
Settings.DetailsLevelEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Settings |
Settings.detailsLevel(Settings.DetailsLevelEnum detailsLevel) |
|
void |
Settings.setDetailsLevel(Settings.DetailsLevelEnum detailsLevel) |
|
void |
Settings.DetailsLevelEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Settings.DetailsLevelEnum enumeration) |
Copyright © 2020. All rights reserved.