| Package | Description | 
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
ScheduledJobDto | 
InboxControllerApi.cancelScheduledJob(UUID jobId)
Cancel a scheduled email job
 Get a scheduled email job and cancel it. 
 | 
ScheduledJobDto | 
InboxControllerApi.getScheduledJob(UUID jobId)
Get a scheduled email job
 Get a scheduled email job details. 
 | 
ScheduledJobDto | 
InboxControllerApi.sendWithSchedule(UUID inboxId,
                SendEmailOptions sendEmailOptions,
                OffsetDateTime sendAtTimestamp,
                Long sendAtNowPlusSeconds,
                Boolean validateBeforeEnqueue)
Send email with with delay or schedule
 Send an email using a delay. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ApiResponse<ScheduledJobDto> | 
InboxControllerApi.cancelScheduledJobWithHttpInfo(UUID jobId)
Cancel a scheduled email job
 Get a scheduled email job and cancel it. 
 | 
ApiResponse<ScheduledJobDto> | 
InboxControllerApi.getScheduledJobWithHttpInfo(UUID jobId)
Get a scheduled email job
 Get a scheduled email job details. 
 | 
ApiResponse<ScheduledJobDto> | 
InboxControllerApi.sendWithScheduleWithHttpInfo(UUID inboxId,
                            SendEmailOptions sendEmailOptions,
                            OffsetDateTime sendAtTimestamp,
                            Long sendAtNowPlusSeconds,
                            Boolean validateBeforeEnqueue)
Send email with with delay or schedule
 Send an email using a delay. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
okhttp3.Call | 
InboxControllerApi.cancelScheduledJobAsync(UUID jobId,
                       ApiCallback<ScheduledJobDto> _callback)
Cancel a scheduled email job (asynchronously)
 Get a scheduled email job and cancel it. 
 | 
okhttp3.Call | 
InboxControllerApi.getScheduledJobAsync(UUID jobId,
                    ApiCallback<ScheduledJobDto> _callback)
Get a scheduled email job (asynchronously)
 Get a scheduled email job details. 
 | 
okhttp3.Call | 
InboxControllerApi.sendWithScheduleAsync(UUID inboxId,
                     SendEmailOptions sendEmailOptions,
                     OffsetDateTime sendAtTimestamp,
                     Long sendAtNowPlusSeconds,
                     Boolean validateBeforeEnqueue,
                     ApiCallback<ScheduledJobDto> _callback)
Send email with with delay or schedule (asynchronously)
 Send an email using a delay. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ScheduledJobDto | 
ScheduledJobDto.createdAt(OffsetDateTime createdAt)  | 
static ScheduledJobDto | 
ScheduledJobDto.fromJson(String jsonString)
Create an instance of ScheduledJobDto given an JSON string 
 | 
ScheduledJobDto | 
ScheduledJobDto.groupId(String groupId)  | 
ScheduledJobDto | 
ScheduledJobDto.id(UUID id)  | 
ScheduledJobDto | 
ScheduledJobDto.inboxId(UUID inboxId)  | 
ScheduledJobDto | 
ScheduledJobDto.jobId(String jobId)  | 
ScheduledJobDto | 
ScheduledJobDto.sendAtTimestamp(OffsetDateTime sendAtTimestamp)  | 
ScheduledJobDto | 
ScheduledJobDto.status(ScheduledJobDto.StatusEnum status)  | 
ScheduledJobDto | 
ScheduledJobDto.triggerId(String triggerId)  | 
ScheduledJobDto | 
ScheduledJobDto.updatedAt(OffsetDateTime updatedAt)  | 
ScheduledJobDto | 
ScheduledJobDto.userId(UUID userId)  | 
Copyright © 2023. All rights reserved.