public interface Server
Modifier and Type | Interface and Description |
---|---|
static class |
Server.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
Modifier and Type | Method and Description |
---|---|
ConsistencyCheckInfo |
checkConsistency(ConsistencyCheckInput in) |
DiffPreferencesInfo |
getDefaultDiffPreferences() |
GeneralPreferencesInfo |
getDefaultPreferences() |
ServerInfo |
getInfo() |
String |
getVersion() |
DiffPreferencesInfo |
setDefaultDiffPreferences(DiffPreferencesInfo in) |
GeneralPreferencesInfo |
setDefaultPreferences(GeneralPreferencesInfo in) |
String getVersion() throws RestApiException
RestApiException
ServerInfo getInfo() throws RestApiException
RestApiException
GeneralPreferencesInfo getDefaultPreferences() throws RestApiException
RestApiException
GeneralPreferencesInfo setDefaultPreferences(GeneralPreferencesInfo in) throws RestApiException
RestApiException
DiffPreferencesInfo getDefaultDiffPreferences() throws RestApiException
RestApiException
DiffPreferencesInfo setDefaultDiffPreferences(DiffPreferencesInfo in) throws RestApiException
RestApiException
ConsistencyCheckInfo checkConsistency(ConsistencyCheckInput in) throws RestApiException
RestApiException