@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T16:43:29.220+01:00") public class TagTriggersAPIApi extends Object
| Constructor and Description |
|---|
TagTriggersAPIApi() |
TagTriggersAPIApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2008Tags |
createTagTrigger(String xPostmarkServerToken,
EditTagTriggerRequest body)
Create a trigger for a tag
|
StandardPostmarkResponse |
deleteTagTrigger(String xPostmarkServerToken,
Integer triggerid)
Delete a single trigger
|
InlineResponse2008Tags |
editTagTrigger(String xPostmarkServerToken,
Integer triggerid,
EditTagTriggerRequest body)
Edit a single trigger
|
ApiClient |
getApiClient() |
InlineResponse2008Tags |
getSingleTagTrigger(String xPostmarkServerToken,
Integer triggerid)
Get a single trigger
|
InlineResponse2008 |
searcgTagTriggers(String xPostmarkServerToken,
Integer count,
Integer offset,
String matchName)
Search triggers
|
void |
setApiClient(ApiClient apiClient) |
public TagTriggersAPIApi()
public TagTriggersAPIApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public InlineResponse2008Tags createTagTrigger(String xPostmarkServerToken, EditTagTriggerRequest 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 deleteTagTrigger(String xPostmarkServerToken, Integer triggerid) throws ApiException
xPostmarkServerToken - The token associated with the Server on which this request will operate. (required)triggerid - The ID for the Tag Trigger that should be deleted. (required)ApiException - if fails to make API callpublic InlineResponse2008Tags editTagTrigger(String xPostmarkServerToken, Integer triggerid, EditTagTriggerRequest body) throws ApiException
xPostmarkServerToken - The token associated with the Server on which this request will operate. (required)triggerid - The ID of the Tag Trigger that should be modified by this request. (required)body - (optional)ApiException - if fails to make API callpublic InlineResponse2008Tags getSingleTagTrigger(String xPostmarkServerToken, Integer triggerid) throws ApiException
xPostmarkServerToken - The token associated with the Server on which this request will operate. (required)triggerid - The ID for the Tag Trigger for which data should be retrieved. (required)ApiException - if fails to make API callpublic InlineResponse2008 searcgTagTriggers(String xPostmarkServerToken, Integer count, Integer offset, String matchName) 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)matchName - Filter by delivery tag (optional)ApiException - if fails to make API callCopyright © 2019. All rights reserved.