CommonActionsControllerApi class

Constructors

CommonActionsControllerApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createNewEmailAddress({bool? allowTeamAccess, bool? useDomainPool, DateTime? expiresAt, int? expiresIn, String? emailAddress, String? inboxType, String? description, String? name, List<String>? tags, bool? favourite, bool? virtualInbox, bool? useShortAddress, String? domainName, String? domainId}) Future<InboxDto?>
Create new random inbox
createNewEmailAddressWithHttpInfo({bool? allowTeamAccess, bool? useDomainPool, DateTime? expiresAt, int? expiresIn, String? emailAddress, String? inboxType, String? description, String? name, List<String>? tags, bool? favourite, bool? virtualInbox, bool? useShortAddress, String? domainName, String? domainId}) Future<Response>
Create new random inbox
createRandomInbox({bool? allowTeamAccess, bool? useDomainPool, DateTime? expiresAt, int? expiresIn, String? emailAddress, String? inboxType, String? description, String? name, List<String>? tags, bool? favourite, bool? virtualInbox, bool? useShortAddress, String? domainName, String? domainId}) Future<InboxDto?>
Create new random inbox
createRandomInboxWithHttpInfo({bool? allowTeamAccess, bool? useDomainPool, DateTime? expiresAt, int? expiresIn, String? emailAddress, String? inboxType, String? description, String? name, List<String>? tags, bool? favourite, bool? virtualInbox, bool? useShortAddress, String? domainName, String? domainId}) Future<Response>
Create new random inbox
deleteEmailAddress(String inboxId) Future<void>
Delete inbox email address by inbox id
deleteEmailAddressWithHttpInfo(String inboxId) Future<Response>
Delete inbox email address by inbox id
emptyInbox(String inboxId) Future<void>
Delete all emails in an inbox
emptyInboxWithHttpInfo(String inboxId) Future<Response>
Delete all emails in an inbox
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendEmailSimple(SimpleSendEmailOptions simpleSendEmailOptions) Future<void>
Send an email
sendEmailSimpleWithHttpInfo(SimpleSendEmailOptions simpleSendEmailOptions) Future<Response>
Send an email
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited