SoMailClient class
- Inheritance
-
- Object
- SoClient
- SoFoundationClient
- SoMailClient
Constructors
- SoMailClient(SoSessionManager sessionManager)
Properties
- baseUrl ↔ String
-
getter/setter pairinherited
- clientId → String?
-
no setterinherited
- clientSecret → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ String
-
getter/setter pairinherited
- path ↔ String
-
getter/setter pairinherited
- port ↔ int
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheme ↔ String
-
getter/setter pairinherited
- sessionManager ↔ SoSessionManager
-
getter/setter pairinherited
Methods
-
checkAndGetBody(
Response response) → Map< String, dynamic> ? -
inherited
-
delete(
String path, {Map< String, dynamic> ? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
deleteMailTemplate(
String? category, String? mailTemplateId) → Future< void> -
deleteMailVerification(
String? category, String? mailTemplateId, String? mailVerificationId) → Future< void> -
get(
String path, {Map< String, dynamic> ? parameters, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
getMailbox(
int? mailboxId, PagingImpl? pagingImpl) → Future< MailTargetListDto?> -
getMailTemplate(
String? category, String? mailTemplateId) → Future< MailTemplateDto?> -
getMailVerification(
String? category, String? mailTemplateId, String? mailVerificationId) → Future< MailVerificationDto?> -
headers(
{String? contentType, bool? exemptClient, bool? requireAuthorization}) → Map< String, String> -
inherited
-
listMailbox(
String? category, String? mailTemplateId, PagingImpl? pagingImpl) → Future< MailboxListDto?> -
listMailTemplate(
int? relation, String? category, bool? verification, PagingImpl? pagingImpl) → Future< MailTemplateListDto?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResponse(
Response response) → bool -
inherited
-
patch(
String path, {Map< String, dynamic> ? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
post(
String path, {Map< String, dynamic> ? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
put(
String path, {Map< String, dynamic> ? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) → Future<Map< String, dynamic> ?> -
inherited
-
registerMailbox(
String? category, String? mailTemplateId, MailboxRegisterDto? mailboxRegisterDto) → Future< MailboxIdDto?> -
registerMailTemplate(
int? relation, String? category, String? mailTemplateId, MailTemplateRegisterDto? mailTemplateRegisterDto) → Future< MailTemplateIdDto?> -
registerMailVerification(
String? category, String? mailTemplateId, MailVerificationRegisterDto? mailVerificationRegisterDto) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
updateMailTemplate(
String? category, String? mailTemplateId, MailTemplateRegisterDto? mailTemplateRegisterDto) → Future< void> -
updateMailVerification(
String? category, String? mailTemplateId, String? mailVerificationId) → Future< void> -
uri(
String path, {Map< String, dynamic> ? parameters}) → Uri -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited