@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T16:43:30.269+01:00") public class SenderSignaturesAPIApi extends Object
| Constructor and Description |
|---|
SenderSignaturesAPIApi() |
SenderSignaturesAPIApi(ApiClient apiClient) |
public SenderSignaturesAPIApi()
public SenderSignaturesAPIApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public SenderSignatureExtendedInformation createSenderSignature(String xPostmarkAccountToken, SenderSignatureCreationModel body) throws ApiException
xPostmarkAccountToken - The token associated with the Account on which this request will operate. (required)body - (optional)ApiException - if fails to make API callpublic StandardPostmarkResponse deleteSenderSignature(String xPostmarkAccountToken, Integer signatureid) throws ApiException
xPostmarkAccountToken - The token associated with the Account on which this request will operate. (required)signatureid - The ID for the Sender Signature that should be deleted by the request. (required)ApiException - if fails to make API callpublic SenderSignatureExtendedInformation editSenderSignature(String xPostmarkAccountToken, Integer signatureid, SenderSignatureEditingModel body) throws ApiException
xPostmarkAccountToken - The token associated with the Account on which this request will operate. (required)signatureid - The ID for the Sender Signature that should be modified by the request. (required)body - (optional)ApiException - if fails to make API callpublic SenderSignatureExtendedInformation getSenderSignature(String xPostmarkAccountToken, Integer signatureid) throws ApiException
xPostmarkAccountToken - The token associated with the Account on which this request will operate. (required)signatureid - The ID for the Sender Signature that should be retrieved. (required)ApiException - if fails to make API callpublic SenderListingResults listSenderSignatures(String xPostmarkAccountToken, Integer count, Integer offset) throws ApiException
xPostmarkAccountToken - The token associated with the Account on which this request will operate. (required)count - Number of records to return per request. Max 500. (required)offset - Number of records to skip (required)ApiException - if fails to make API callpublic StandardPostmarkResponse requestNewDKIMKeyForSenderSignature(String xPostmarkAccountToken, Integer signatureid) throws ApiException
xPostmarkAccountToken - The token associated with the Account on which this request will operate. (required)signatureid - The ID for the Sender Signature for which a new DKIM Key should be generated. (required)ApiException - if fails to make API callpublic SenderSignatureExtendedInformation requestSPFVerificationForSenderSignature(String xPostmarkAccountToken, Integer signatureid) throws ApiException
xPostmarkAccountToken - The token associated with the Account on which this request will operate. (required)signatureid - The ID for the Sender Signature for which SPF DNS records should be verified. (required)ApiException - if fails to make API callpublic StandardPostmarkResponse resendSenderSignatureConfirmationEmail(String xPostmarkAccountToken, Integer signatureid) throws ApiException
xPostmarkAccountToken - The token associated with the Account on which this request will operate. (required)signatureid - The ID for the Sender Signature that should have its confirmation email resent. (required)ApiException - if fails to make API callCopyright © 2019. All rights reserved.