@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T16:43:29.220+01:00") public class ServerConfigurationAPIApi extends Object
| Constructor and Description |
|---|
ServerConfigurationAPIApi() |
ServerConfigurationAPIApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ServerConfigurationResponse |
editCurrentServerConfiguration(String xPostmarkServerToken,
EditServerConfigurationRequest body)
Edit Server Configuration
|
ApiClient |
getApiClient() |
ServerConfigurationResponse |
getCurrentServerConfiguration(String xPostmarkServerToken)
Get Server Configuration
|
void |
setApiClient(ApiClient apiClient) |
public ServerConfigurationAPIApi()
public ServerConfigurationAPIApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ServerConfigurationResponse editCurrentServerConfiguration(String xPostmarkServerToken, EditServerConfigurationRequest body) throws ApiException
xPostmarkServerToken - The token associated with the Server on which this request will operate. (required)body - The settings that should be modified for the current server. (optional)ApiException - if fails to make API callpublic ServerConfigurationResponse getCurrentServerConfiguration(String xPostmarkServerToken) throws ApiException
xPostmarkServerToken - The token associated with the Server on which this request will operate. (required)ApiException - if fails to make API callCopyright © 2019. All rights reserved.