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 |
|---|---|
DiffPreferencesInfo |
getDefaultDiffPreferences() |
GeneralPreferencesInfo |
getDefaultPreferences() |
ServerInfo |
getInfo() |
String |
getVersion() |
DiffPreferencesInfo |
setDefaultDiffPreferences(DiffPreferencesInfo in) |
GeneralPreferencesInfo |
setDefaultPreferences(GeneralPreferencesInfo in) |
String getVersion() throws RestApiException
RestApiExceptionServerInfo getInfo() throws RestApiException
RestApiExceptionGeneralPreferencesInfo getDefaultPreferences() throws RestApiException
RestApiExceptionGeneralPreferencesInfo setDefaultPreferences(GeneralPreferencesInfo in) throws RestApiException
RestApiExceptionDiffPreferencesInfo getDefaultDiffPreferences() throws RestApiException
RestApiExceptionDiffPreferencesInfo setDefaultDiffPreferences(DiffPreferencesInfo in) throws RestApiException
RestApiException