EmailAddressesApi class

Constructors

EmailAddressesApi.new([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

createEmailAddress({CreateEmailAddressRequest? createEmailAddressRequest}) Future<EmailAddress?>
Create an email address
createEmailAddressWithHttpInfo({CreateEmailAddressRequest? createEmailAddressRequest}) Future<Response>
Create an email address
deleteEmailAddress(String emailAddressId) Future<DeletedObject?>
Delete an email address
deleteEmailAddressWithHttpInfo(String emailAddressId) Future<Response>
Delete an email address
getEmailAddress(String emailAddressId) Future<EmailAddress?>
Retrieve an email address
getEmailAddressWithHttpInfo(String emailAddressId) Future<Response>
Retrieve an email address
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateEmailAddress(String emailAddressId, {UpdateEmailAddressRequest? updateEmailAddressRequest}) Future<EmailAddress?>
Update an email address
updateEmailAddressWithHttpInfo(String emailAddressId, {UpdateEmailAddressRequest? updateEmailAddressRequest}) Future<Response>
Update an email address

Operators

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