Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
InboxDto |
InboxControllerApi.createInbox(String emailAddress,
List<String> tags,
String name,
String description,
Boolean useDomainPool,
Boolean favourite,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean allowTeamAccess,
String inboxType,
Boolean virtualInbox,
Boolean useShortAddress,
UUID domainId,
String domainName)
Create an inbox email address.
|
InboxDto |
InboxControllerApi.createInboxWithDefaults()
Create an inbox with default options.
|
InboxDto |
InboxControllerApi.createInboxWithOptions(CreateInboxDto createInboxDto)
Create an inbox with options.
|
InboxDto |
CommonActionsControllerApi.createNewEmailAddress(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
InboxDto |
CommonActionsControllerApi.createRandomInbox(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
InboxDto |
DomainControllerApi.getDomainWildcardCatchAllInbox(UUID id)
Get catch all wild card inbox for domain
Get the catch all inbox for a domain for missed emails
|
InboxDto |
InboxControllerApi.getInbox(UUID inboxId)
Get Inbox.
|
InboxDto |
InboxControllerApi.setInboxFavourited(UUID inboxId,
SetInboxFavouritedOptions setInboxFavouritedOptions)
Set inbox favourited state
Set and return new favourite state for an inbox
|
InboxDto |
InboxControllerApi.updateInbox(UUID inboxId,
UpdateInboxOptions updateInboxOptions)
Update Inbox.
|
Modifier and Type | Method and Description |
---|---|
List<InboxDto> |
BulkActionsControllerApi.bulkCreateInboxes(Integer count)
Bulk create Inboxes (email addresses)
|
ApiResponse<List<InboxDto>> |
BulkActionsControllerApi.bulkCreateInboxesWithHttpInfo(Integer count)
Bulk create Inboxes (email addresses)
|
ApiResponse<InboxDto> |
InboxControllerApi.createInboxWithDefaultsWithHttpInfo()
Create an inbox with default options.
|
ApiResponse<InboxDto> |
InboxControllerApi.createInboxWithHttpInfo(String emailAddress,
List<String> tags,
String name,
String description,
Boolean useDomainPool,
Boolean favourite,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean allowTeamAccess,
String inboxType,
Boolean virtualInbox,
Boolean useShortAddress,
UUID domainId,
String domainName)
Create an inbox email address.
|
ApiResponse<InboxDto> |
InboxControllerApi.createInboxWithOptionsWithHttpInfo(CreateInboxDto createInboxDto)
Create an inbox with options.
|
ApiResponse<InboxDto> |
CommonActionsControllerApi.createNewEmailAddressWithHttpInfo(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
ApiResponse<InboxDto> |
CommonActionsControllerApi.createRandomInboxWithHttpInfo(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId)
Create new random inbox
Returns an Inbox with an `id` and an `emailAddress`
|
ApiResponse<InboxDto> |
DomainControllerApi.getDomainWildcardCatchAllInboxWithHttpInfo(UUID id)
Get catch all wild card inbox for domain
Get the catch all inbox for a domain for missed emails
|
List<InboxDto> |
InboxControllerApi.getInboxes(Integer size,
String sort,
OffsetDateTime since,
Boolean excludeCatchAllInboxes,
OffsetDateTime before)
Deprecated.
|
ApiResponse<List<InboxDto>> |
InboxControllerApi.getInboxesWithHttpInfo(Integer size,
String sort,
OffsetDateTime since,
Boolean excludeCatchAllInboxes,
OffsetDateTime before)
Deprecated.
|
ApiResponse<InboxDto> |
InboxControllerApi.getInboxWithHttpInfo(UUID inboxId)
Get Inbox.
|
ApiResponse<InboxDto> |
InboxControllerApi.setInboxFavouritedWithHttpInfo(UUID inboxId,
SetInboxFavouritedOptions setInboxFavouritedOptions)
Set inbox favourited state
Set and return new favourite state for an inbox
|
ApiResponse<InboxDto> |
InboxControllerApi.updateInboxWithHttpInfo(UUID inboxId,
UpdateInboxOptions updateInboxOptions)
Update Inbox.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
BulkActionsControllerApi.bulkCreateInboxesAsync(Integer count,
ApiCallback<List<InboxDto>> _callback)
Bulk create Inboxes (email addresses) (asynchronously)
|
okhttp3.Call |
InboxControllerApi.createInboxAsync(String emailAddress,
List<String> tags,
String name,
String description,
Boolean useDomainPool,
Boolean favourite,
OffsetDateTime expiresAt,
Long expiresIn,
Boolean allowTeamAccess,
String inboxType,
Boolean virtualInbox,
Boolean useShortAddress,
UUID domainId,
String domainName,
ApiCallback<InboxDto> _callback)
Create an inbox email address.
|
okhttp3.Call |
InboxControllerApi.createInboxWithDefaultsAsync(ApiCallback<InboxDto> _callback)
Create an inbox with default options.
|
okhttp3.Call |
InboxControllerApi.createInboxWithOptionsAsync(CreateInboxDto createInboxDto,
ApiCallback<InboxDto> _callback)
Create an inbox with options.
|
okhttp3.Call |
CommonActionsControllerApi.createNewEmailAddressAsync(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId,
ApiCallback<InboxDto> _callback)
Create new random inbox (asynchronously)
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
CommonActionsControllerApi.createRandomInboxAsync(Boolean allowTeamAccess,
Boolean useDomainPool,
OffsetDateTime expiresAt,
Long expiresIn,
String emailAddress,
String inboxType,
String description,
String name,
List<String> tags,
Boolean favourite,
Boolean virtualInbox,
Boolean useShortAddress,
String domainName,
UUID domainId,
ApiCallback<InboxDto> _callback)
Create new random inbox (asynchronously)
Returns an Inbox with an `id` and an `emailAddress`
|
okhttp3.Call |
DomainControllerApi.getDomainWildcardCatchAllInboxAsync(UUID id,
ApiCallback<InboxDto> _callback)
Get catch all wild card inbox for domain (asynchronously)
Get the catch all inbox for a domain for missed emails
|
okhttp3.Call |
InboxControllerApi.getInboxAsync(UUID inboxId,
ApiCallback<InboxDto> _callback)
Get Inbox.
|
okhttp3.Call |
InboxControllerApi.getInboxesAsync(Integer size,
String sort,
OffsetDateTime since,
Boolean excludeCatchAllInboxes,
OffsetDateTime before,
ApiCallback<List<InboxDto>> _callback)
Deprecated.
|
okhttp3.Call |
InboxControllerApi.setInboxFavouritedAsync(UUID inboxId,
SetInboxFavouritedOptions setInboxFavouritedOptions,
ApiCallback<InboxDto> _callback)
Set inbox favourited state (asynchronously)
Set and return new favourite state for an inbox
|
okhttp3.Call |
InboxControllerApi.updateInboxAsync(UUID inboxId,
UpdateInboxOptions updateInboxOptions,
ApiCallback<InboxDto> _callback)
Update Inbox.
|
Modifier and Type | Method and Description |
---|---|
InboxDto |
InboxDto.addTagsItem(String tagsItem) |
InboxDto |
InboxDto.createdAt(OffsetDateTime createdAt) |
InboxDto |
InboxDto.description(String description) |
InboxDto |
InboxDto.domainId(UUID domainId) |
InboxDto |
InboxDto.emailAddress(String emailAddress) |
InboxDto |
InboxDto.expiresAt(String expiresAt) |
InboxDto |
InboxDto.favourite(Boolean favourite) |
static InboxDto |
InboxDto.fromJson(String jsonString)
Create an instance of InboxDto given an JSON string
|
InboxDto |
InboxDto.id(UUID id) |
InboxDto |
InboxDto.inboxType(InboxDto.InboxTypeEnum inboxType) |
InboxDto |
InboxDto.name(String name) |
InboxDto |
InboxDto.readOnly(Boolean readOnly) |
InboxDto |
InboxDto.tags(List<String> tags) |
InboxDto |
InboxDto.userId(UUID userId) |
InboxDto |
InboxDto.virtualInbox(Boolean virtualInbox) |
Copyright © 2023. All rights reserved.