| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
Inbox |
InboxControllerApi.createInbox(Boolean allowTeamAccess,
String description,
String emailAddress,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean favourite,
String name,
List<String> tags,
Boolean useDomainPool)
Create an Inbox (email address)
Create a new inbox and with a randomized email address to send and receive from.
|
Inbox |
InboxControllerApi.createInboxWithOptions(CreateInboxDto createInboxDto)
Create an inbox with additional options
Additional endpoint that allows inbox creation with request body options.
|
Inbox |
CommonActionsControllerApi.createNewEmailAddress(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
Inbox |
CommonActionsControllerApi.createNewEmailAddress1(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
Inbox |
InboxControllerApi.getInbox(UUID inboxId)
Get Inbox
Returns an inbox's properties, including its email address and ID.
|
Inbox |
InboxControllerApi.setInboxFavourited(UUID inboxId,
SetInboxFavouritedOptions setInboxFavouritedOptions)
Set inbox favourited state
Set and return new favourite state for an inbox
|
Inbox |
InboxControllerApi.updateInbox(UUID inboxId,
UpdateInboxOptions updateInboxOptions)
Update Inbox
Update editable fields on an inbox
|
| Modifier and Type | Method and Description |
|---|---|
List<Inbox> |
BulkActionsControllerApi.bulkCreateInboxes(Integer count)
Bulk create Inboxes (email addresses)
|
ApiResponse<List<Inbox>> |
BulkActionsControllerApi.bulkCreateInboxesWithHttpInfo(Integer count)
Bulk create Inboxes (email addresses)
|
ApiResponse<Inbox> |
InboxControllerApi.createInboxWithHttpInfo(Boolean allowTeamAccess,
String description,
String emailAddress,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean favourite,
String name,
List<String> tags,
Boolean useDomainPool)
Create an Inbox (email address)
Create a new inbox and with a randomized email address to send and receive from.
|
ApiResponse<Inbox> |
InboxControllerApi.createInboxWithOptionsWithHttpInfo(CreateInboxDto createInboxDto)
Create an inbox with additional options
Additional endpoint that allows inbox creation with request body options.
|
ApiResponse<Inbox> |
CommonActionsControllerApi.createNewEmailAddress1WithHttpInfo(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
ApiResponse<Inbox> |
CommonActionsControllerApi.createNewEmailAddressWithHttpInfo(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
List<Inbox> |
InboxControllerApi.getInboxes(Integer size,
String sort)
List Inboxes / Email Addresses
List the inboxes you have created.
|
ApiResponse<List<Inbox>> |
InboxControllerApi.getInboxesWithHttpInfo(Integer size,
String sort)
List Inboxes / Email Addresses
List the inboxes you have created.
|
ApiResponse<Inbox> |
InboxControllerApi.getInboxWithHttpInfo(UUID inboxId)
Get Inbox
Returns an inbox's properties, including its email address and ID.
|
ApiResponse<Inbox> |
InboxControllerApi.setInboxFavouritedWithHttpInfo(UUID inboxId,
SetInboxFavouritedOptions setInboxFavouritedOptions)
Set inbox favourited state
Set and return new favourite state for an inbox
|
ApiResponse<Inbox> |
InboxControllerApi.updateInboxWithHttpInfo(UUID inboxId,
UpdateInboxOptions updateInboxOptions)
Update Inbox
Update editable fields on an inbox
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
BulkActionsControllerApi.bulkCreateInboxesAsync(Integer count,
ApiCallback<List<Inbox>> _callback)
Bulk create Inboxes (email addresses) (asynchronously)
|
okhttp3.Call |
InboxControllerApi.createInboxAsync(Boolean allowTeamAccess,
String description,
String emailAddress,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean favourite,
String name,
List<String> tags,
Boolean useDomainPool,
ApiCallback<Inbox> _callback)
Create an Inbox (email address) (asynchronously)
Create a new inbox and with a randomized email address to send and receive from.
|
okhttp3.Call |
InboxControllerApi.createInboxWithOptionsAsync(CreateInboxDto createInboxDto,
ApiCallback<Inbox> _callback)
Create an inbox with additional options (asynchronously)
Additional endpoint that allows inbox creation with request body options.
|
okhttp3.Call |
CommonActionsControllerApi.createNewEmailAddress1Async(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool,
ApiCallback<Inbox> _callback)
Create new random inbox (asynchronously)
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
CommonActionsControllerApi.createNewEmailAddressAsync(Boolean allowTeamAccess,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean useDomainPool,
ApiCallback<Inbox> _callback)
Create new random inbox (asynchronously)
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
InboxControllerApi.getInboxAsync(UUID inboxId,
ApiCallback<Inbox> _callback)
Get Inbox (asynchronously)
Returns an inbox's properties, including its email address and ID.
|
okhttp3.Call |
InboxControllerApi.getInboxesAsync(Integer size,
String sort,
ApiCallback<List<Inbox>> _callback)
List Inboxes / Email Addresses (asynchronously)
List the inboxes you have created.
|
okhttp3.Call |
InboxControllerApi.setInboxFavouritedAsync(UUID inboxId,
SetInboxFavouritedOptions setInboxFavouritedOptions,
ApiCallback<Inbox> _callback)
Set inbox favourited state (asynchronously)
Set and return new favourite state for an inbox
|
okhttp3.Call |
InboxControllerApi.updateInboxAsync(UUID inboxId,
UpdateInboxOptions updateInboxOptions,
ApiCallback<Inbox> _callback)
Update Inbox (asynchronously)
Update editable fields on an inbox
|
| Modifier and Type | Method and Description |
|---|---|
Inbox |
Inbox.addTagsItem(String tagsItem) |
Inbox |
Inbox.createdAt(OffsetDateTime createdAt) |
Inbox |
Inbox.description(String description) |
Inbox |
Inbox.emailAddress(String emailAddress) |
Inbox |
Inbox.expiresAt(String expiresAt) |
Inbox |
Inbox.favourite(Boolean favourite) |
Inbox |
Inbox.id(UUID id) |
Inbox |
Inbox.name(String name) |
Inbox |
Inbox.readOnly(Boolean readOnly) |
Inbox |
Inbox.tags(List<String> tags) |
Inbox |
Inbox.teamAccess(Boolean teamAccess) |
Inbox |
Inbox.userId(UUID userId) |
Copyright © 2021. All rights reserved.