EmailVerificationControllerApi class

Constructors

EmailVerificationControllerApi([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

getValidationRequests({int? page, int? size, String? sort, String? searchFilter, DateTime? since, DateTime? before, bool? isValid}) Future<PageEmailValidationRequest?>
Validate a list of email addresses. Per unit billing. See your plan for pricing.
getValidationRequestsWithHttpInfo({int? page, int? size, String? sort, String? searchFilter, DateTime? since, DateTime? before, bool? isValid}) Future<Response>
Validate a list of email addresses. Per unit billing. See your plan for pricing.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validateEmailAddressList(ValidateEmailAddressListOptions validateEmailAddressListOptions) Future<ValidateEmailAddressListResult?>
Validate a list of email addresses. Per unit billing. See your plan for pricing.
validateEmailAddressListWithHttpInfo(ValidateEmailAddressListOptions validateEmailAddressListOptions) Future<Response>
Validate a list of email addresses. Per unit billing. See your plan for pricing.

Operators

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