Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
DeliveryStatusDto |
SentEmailsControllerApi.getSentDeliveryStatus(UUID deliveryId)
Get a sent email delivery status
|
DeliveryStatusDto |
SentEmailsControllerApi.waitForDeliveryStatuses(UUID sentId,
UUID inboxId,
Long timeout,
Integer index,
OffsetDateTime since,
OffsetDateTime before)
Wait for delivery statuses
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<DeliveryStatusDto> |
SentEmailsControllerApi.getSentDeliveryStatusWithHttpInfo(UUID deliveryId)
Get a sent email delivery status
|
ApiResponse<DeliveryStatusDto> |
SentEmailsControllerApi.waitForDeliveryStatusesWithHttpInfo(UUID sentId,
UUID inboxId,
Long timeout,
Integer index,
OffsetDateTime since,
OffsetDateTime before)
Wait for delivery statuses
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
SentEmailsControllerApi.getSentDeliveryStatusAsync(UUID deliveryId,
ApiCallback<DeliveryStatusDto> _callback)
(asynchronously)
Get a sent email delivery status
|
okhttp3.Call |
SentEmailsControllerApi.waitForDeliveryStatusesAsync(UUID sentId,
UUID inboxId,
Long timeout,
Integer index,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<DeliveryStatusDto> _callback)
(asynchronously)
Wait for delivery statuses
|
Modifier and Type | Method and Description |
---|---|
DeliveryStatusDto |
DeliveryStatusDto.addRecipientsItem(String recipientsItem) |
DeliveryStatusDto |
DeliveryStatusDto.createdAt(OffsetDateTime createdAt) |
static DeliveryStatusDto |
DeliveryStatusDto.fromJson(String jsonString)
Create an instance of DeliveryStatusDto given an JSON string
|
DeliveryStatusDto |
DeliveryStatusDto.id(UUID id) |
DeliveryStatusDto |
DeliveryStatusDto.inboxId(UUID inboxId) |
DeliveryStatusDto |
DeliveryStatusDto.processingTimeMillis(Long processingTimeMillis) |
DeliveryStatusDto |
DeliveryStatusDto.received(OffsetDateTime received) |
DeliveryStatusDto |
DeliveryStatusDto.recipients(List<String> recipients) |
DeliveryStatusDto |
DeliveryStatusDto.remoteMtaIp(String remoteMtaIp) |
DeliveryStatusDto |
DeliveryStatusDto.reportingMta(String reportingMta) |
DeliveryStatusDto |
DeliveryStatusDto.sentId(UUID sentId) |
DeliveryStatusDto |
DeliveryStatusDto.smtpResponse(String smtpResponse) |
DeliveryStatusDto |
DeliveryStatusDto.smtpStatusCode(Integer smtpStatusCode) |
DeliveryStatusDto |
DeliveryStatusDto.subject(String subject) |
DeliveryStatusDto |
DeliveryStatusDto.updatedAt(OffsetDateTime updatedAt) |
DeliveryStatusDto |
DeliveryStatusDto.userId(UUID userId) |
Modifier and Type | Method and Description |
---|---|
List<DeliveryStatusDto> |
PageDeliveryStatus.getContent()
Get content
|
Modifier and Type | Method and Description |
---|---|
PageDeliveryStatus |
PageDeliveryStatus.addContentItem(DeliveryStatusDto contentItem) |
Modifier and Type | Method and Description |
---|---|
PageDeliveryStatus |
PageDeliveryStatus.content(List<DeliveryStatusDto> content) |
void |
PageDeliveryStatus.setContent(List<DeliveryStatusDto> content) |
Copyright © 2023. All rights reserved.