-
public final class SentEmailsControllerApi extends ApiClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSentEmailsControllerApi.Companion
-
Constructor Summary
Constructors Constructor Description SentEmailsControllerApi(String xApiKey, String basePath)
-
Method Summary
Modifier and Type Method Description final StringgetBaseUrl()final PageTrackingPixelProjectiongetAllSentTrackingPixels(OffsetDateTime before, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)Get all sent email tracking pixels in paginated form final RequestConfiggetAllSentTrackingPixelsRequestConfig(OffsetDateTime before, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)To obtain the request config of the operation getAllSentTrackingPixels final SentEmailDtogetSentEmail(UUID id)Get sent email receipt final RequestConfiggetSentEmailRequestConfig(UUID id)To obtain the request config of the operation getSentEmail final StringgetSentEmailHTMLContent(UUID id)Get sent email HTML content final RequestConfiggetSentEmailHTMLContentRequestConfig(UUID id)To obtain the request config of the operation getSentEmailHTMLContent final PageTrackingPixelProjectiongetSentEmailTrackingPixels(UUID id, OffsetDateTime before, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)Get all tracking pixels for a sent email in paginated form final RequestConfiggetSentEmailTrackingPixelsRequestConfig(UUID id, OffsetDateTime before, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)To obtain the request config of the operation getSentEmailTrackingPixels final PageSentEmailProjectiongetSentEmails(OffsetDateTime before, UUID inboxId, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)Get all sent emails in paginated form final RequestConfiggetSentEmailsRequestConfig(OffsetDateTime before, UUID inboxId, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)To obtain the request config of the operation getSentEmails final PageSentEmailProjectiongetSentOrganizationEmails(OffsetDateTime before, UUID inboxId, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)Get all sent organization emails in paginated form final RequestConfiggetSentOrganizationEmailsRequestConfig(OffsetDateTime before, UUID inboxId, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)To obtain the request config of the operation getSentOrganizationEmails -
-
Method Detail
-
getBaseUrl
final String getBaseUrl()
-
getAllSentTrackingPixels
final PageTrackingPixelProjection getAllSentTrackingPixels(OffsetDateTime before, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)
Get all sent email tracking pixels in paginated form
- Parameters:
before- Filter by created at before the given timestamp (optional)page- Optional page index in sent email tracking pixel list pagination (optional, default to 0)searchFilter- Optional search filter (optional)since- Filter by created at after the given timestamp (optional)size- Optional page size in sent email tracking pixel list pagination (optional, default to 20)sort- Optional createdAt sort direction ASC or DESC (optional, default to ASC)
-
getAllSentTrackingPixelsRequestConfig
final RequestConfig getAllSentTrackingPixelsRequestConfig(OffsetDateTime before, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)
To obtain the request config of the operation getAllSentTrackingPixels
- Parameters:
before- Filter by created at before the given timestamp (optional)page- Optional page index in sent email tracking pixel list pagination (optional, default to 0)searchFilter- Optional search filter (optional)since- Filter by created at after the given timestamp (optional)size- Optional page size in sent email tracking pixel list pagination (optional, default to 20)sort- Optional createdAt sort direction ASC or DESC (optional, default to ASC)
-
getSentEmail
final SentEmailDto getSentEmail(UUID id)
Get sent email receipt
- Parameters:
id- id
-
getSentEmailRequestConfig
final RequestConfig getSentEmailRequestConfig(UUID id)
To obtain the request config of the operation getSentEmail
- Parameters:
id- id
-
getSentEmailHTMLContent
final String getSentEmailHTMLContent(UUID id)
Get sent email HTML content
- Parameters:
id- id
-
getSentEmailHTMLContentRequestConfig
final RequestConfig getSentEmailHTMLContentRequestConfig(UUID id)
To obtain the request config of the operation getSentEmailHTMLContent
- Parameters:
id- id
-
getSentEmailTrackingPixels
final PageTrackingPixelProjection getSentEmailTrackingPixels(UUID id, OffsetDateTime before, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)
Get all tracking pixels for a sent email in paginated form
- Parameters:
id- idbefore- Filter by created at before the given timestamp (optional)page- Optional page index in sent email tracking pixel list pagination (optional, default to 0)searchFilter- Optional search filter (optional)since- Filter by created at after the given timestamp (optional)size- Optional page size in sent email tracking pixel list pagination (optional, default to 20)sort- Optional createdAt sort direction ASC or DESC (optional, default to ASC)
-
getSentEmailTrackingPixelsRequestConfig
final RequestConfig getSentEmailTrackingPixelsRequestConfig(UUID id, OffsetDateTime before, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)
To obtain the request config of the operation getSentEmailTrackingPixels
- Parameters:
id- idbefore- Filter by created at before the given timestamp (optional)page- Optional page index in sent email tracking pixel list pagination (optional, default to 0)searchFilter- Optional search filter (optional)since- Filter by created at after the given timestamp (optional)size- Optional page size in sent email tracking pixel list pagination (optional, default to 20)sort- Optional createdAt sort direction ASC or DESC (optional, default to ASC)
-
getSentEmails
final PageSentEmailProjection getSentEmails(OffsetDateTime before, UUID inboxId, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)
Get all sent emails in paginated form
- Parameters:
before- Filter by created at before the given timestamp (optional)inboxId- Optional inboxId to filter sender of sent emails by (optional)page- Optional page index in inbox sent email list pagination (optional, default to 0)searchFilter- Optional search filter (optional)since- Filter by created at after the given timestamp (optional)size- Optional page size in inbox sent email list pagination (optional, default to 20)sort- Optional createdAt sort direction ASC or DESC (optional, default to ASC)
-
getSentEmailsRequestConfig
final RequestConfig getSentEmailsRequestConfig(OffsetDateTime before, UUID inboxId, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)
To obtain the request config of the operation getSentEmails
- Parameters:
before- Filter by created at before the given timestamp (optional)inboxId- Optional inboxId to filter sender of sent emails by (optional)page- Optional page index in inbox sent email list pagination (optional, default to 0)searchFilter- Optional search filter (optional)since- Filter by created at after the given timestamp (optional)size- Optional page size in inbox sent email list pagination (optional, default to 20)sort- Optional createdAt sort direction ASC or DESC (optional, default to ASC)
-
getSentOrganizationEmails
final PageSentEmailProjection getSentOrganizationEmails(OffsetDateTime before, UUID inboxId, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)
Get all sent organization emails in paginated form
- Parameters:
before- Filter by created at before the given timestamp (optional)inboxId- Optional inboxId to filter sender of sent emails by (optional)page- Optional page index in sent email list pagination (optional, default to 0)searchFilter- Optional search filter (optional)since- Filter by created at after the given timestamp (optional)size- Optional page size in sent email list pagination (optional, default to 20)sort- Optional createdAt sort direction ASC or DESC (optional, default to ASC)
-
getSentOrganizationEmailsRequestConfig
final RequestConfig getSentOrganizationEmailsRequestConfig(OffsetDateTime before, UUID inboxId, Integer page, String searchFilter, OffsetDateTime since, Integer size, String sort)
To obtain the request config of the operation getSentOrganizationEmails
- Parameters:
before- Filter by created at before the given timestamp (optional)inboxId- Optional inboxId to filter sender of sent emails by (optional)page- Optional page index in sent email list pagination (optional, default to 0)searchFilter- Optional search filter (optional)since- Filter by created at after the given timestamp (optional)size- Optional page size in sent email list pagination (optional, default to 20)sort- Optional createdAt sort direction ASC or DESC (optional, default to ASC)
-
-
-
-