Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
ExpiredInboxDto |
ExpiredControllerApi.getExpiredInboxByInboxId(UUID inboxId)
Get expired inbox record for a previously existing inbox
Use the inboxId to return an ExpiredInboxRecord if an inbox has expired.
|
ExpiredInboxDto |
ExpiredControllerApi.getExpiredInboxRecord(UUID expiredId)
Get an expired inbox record
Inboxes created with an expiration date will expire after the given date and be moved to an ExpiredInbox entity.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ExpiredInboxDto> |
ExpiredControllerApi.getExpiredInboxByInboxIdWithHttpInfo(UUID inboxId)
Get expired inbox record for a previously existing inbox
Use the inboxId to return an ExpiredInboxRecord if an inbox has expired.
|
ApiResponse<ExpiredInboxDto> |
ExpiredControllerApi.getExpiredInboxRecordWithHttpInfo(UUID expiredId)
Get an expired inbox record
Inboxes created with an expiration date will expire after the given date and be moved to an ExpiredInbox entity.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ExpiredControllerApi.getExpiredInboxByInboxIdAsync(UUID inboxId,
ApiCallback<ExpiredInboxDto> _callback)
Get expired inbox record for a previously existing inbox (asynchronously)
Use the inboxId to return an ExpiredInboxRecord if an inbox has expired.
|
okhttp3.Call |
ExpiredControllerApi.getExpiredInboxRecordAsync(UUID expiredId,
ApiCallback<ExpiredInboxDto> _callback)
Get an expired inbox record (asynchronously)
Inboxes created with an expiration date will expire after the given date and be moved to an ExpiredInbox entity.
|
Modifier and Type | Method and Description |
---|---|
ExpiredInboxDto |
ExpiredInboxDto.emailAddress(String emailAddress) |
static ExpiredInboxDto |
ExpiredInboxDto.fromJson(String jsonString)
Create an instance of ExpiredInboxDto given an JSON string
|
ExpiredInboxDto |
ExpiredInboxDto.id(UUID id) |
ExpiredInboxDto |
ExpiredInboxDto.inboxId(UUID inboxId) |
Copyright © 2023. All rights reserved.