@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T16:43:29.220+01:00") public class InboundRulesAPIApi extends Object
| Constructor and Description |
|---|
InboundRulesAPIApi() |
InboundRulesAPIApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2007 |
createInboundRule(String xPostmarkServerToken,
CreateInboundRuleRequest body)
Create an inbound rule trigger
|
StandardPostmarkResponse |
deleteInboundRule(String xPostmarkServerToken,
Integer triggerid)
Delete a single trigger
|
ApiClient |
getApiClient() |
InlineResponse2006 |
listInboundRules(String xPostmarkServerToken,
Integer count,
Integer offset)
List inbound rule triggers
|
void |
setApiClient(ApiClient apiClient) |
public InboundRulesAPIApi()
public InboundRulesAPIApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public InlineResponse2007 createInboundRule(String xPostmarkServerToken, CreateInboundRuleRequest body) throws ApiException
xPostmarkServerToken - The token associated with the Server on which this request will operate. (required)body - (optional)ApiException - if fails to make API callpublic StandardPostmarkResponse deleteInboundRule(String xPostmarkServerToken, Integer triggerid) throws ApiException
xPostmarkServerToken - The token associated with the Server on which this request will operate. (required)triggerid - The ID of the Inbound Rule that should be deleted. (required)ApiException - if fails to make API callpublic InlineResponse2006 listInboundRules(String xPostmarkServerToken, Integer count, Integer offset) throws ApiException
xPostmarkServerToken - The token associated with the Server on which this request will operate. (required)count - Number of records to return per request. (required)offset - Number of records to skip. (required)ApiException - if fails to make API callCopyright © 2019. All rights reserved.