Interface Server
public interface Server
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionexperiment
(String name) getInfo()
Returns version of server.topMenus()
-
Method Details
-
getVersion
Returns version of server.- Throws:
RestApiException
-
getInfo
- Throws:
RestApiException
-
getDefaultPreferences
- Throws:
RestApiException
-
setDefaultPreferences
@CanIgnoreReturnValue GeneralPreferencesInfo setDefaultPreferences(GeneralPreferencesInfo in) throws RestApiException - Throws:
RestApiException
-
getDefaultDiffPreferences
- Throws:
RestApiException
-
setDefaultDiffPreferences
@CanIgnoreReturnValue DiffPreferencesInfo setDefaultDiffPreferences(DiffPreferencesInfo in) throws RestApiException - Throws:
RestApiException
-
getDefaultEditPreferences
- Throws:
RestApiException
-
setDefaultEditPreferences
@CanIgnoreReturnValue EditPreferencesInfo setDefaultEditPreferences(EditPreferencesInfo in) throws RestApiException - Throws:
RestApiException
-
checkConsistency
- Throws:
RestApiException
-
topMenus
- Throws:
RestApiException
-
experiment
- Throws:
RestApiException
-
listExperiments
- Throws:
RestApiException
-
caches
- Throws:
RestApiException
-
listCaches
- Throws:
RestApiException
-