| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
Inbox |
InboxControllerApi.createInboxWithOptions(CreateInboxDto createInboxDto)
Create an inbox with additional options
Additional endpoint that allows inbox creation with request body options.
|
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 |
InboxControllerApi.createInboxWithOptionsCall(CreateInboxDto createInboxDto,
ApiCallback _callback)
Build call for createInboxWithOptions
|
ApiResponse<Inbox> |
InboxControllerApi.createInboxWithOptionsWithHttpInfo(CreateInboxDto createInboxDto)
Create an inbox with additional options
Additional endpoint that allows inbox creation with request body options.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInboxDto |
CreateInboxDto.addTagsItem(String tagsItem) |
CreateInboxDto |
CreateInboxDto.allowTeamAccess(Boolean allowTeamAccess) |
CreateInboxDto |
CreateInboxDto.description(String description) |
CreateInboxDto |
CreateInboxDto.emailAddress(String emailAddress) |
CreateInboxDto |
CreateInboxDto.expiresAt(OffsetDateTime expiresAt) |
CreateInboxDto |
CreateInboxDto.expiresIn(Long expiresIn) |
CreateInboxDto |
CreateInboxDto.favourite(Boolean favourite) |
CreateInboxDto |
CreateInboxDto.name(String name) |
CreateInboxDto |
CreateInboxDto.tags(List<String> tags) |
CreateInboxDto |
CreateInboxDto.useDomainPool(Boolean useDomainPool) |
Copyright © 2021. All rights reserved.