SmsControllerApi class

Constructors

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

deleteSmsMessage(String smsId) Future<void>
Delete SMS message.
deleteSmsMessages({String? phoneNumberId}) Future<void>
Delete all SMS messages
deleteSmsMessagesWithHttpInfo({String? phoneNumberId}) Future<Response>
Delete all SMS messages
deleteSmsMessageWithHttpInfo(String smsId) Future<Response>
Delete SMS message.
getReplyForSmsMessage(String smsId) Future<ReplyForSms?>
Get reply for an SMS message
getReplyForSmsMessageWithHttpInfo(String smsId) Future<Response>
Get reply for an SMS message
getSmsMessage(String smsId) Future<SmsDto?>
Get SMS content including body. Expects SMS to exist by ID. For SMS that may not have arrived yet use the WaitForController.
getSmsMessagesPaginated({String? phoneNumber, int? page, int? size, String? sort, bool? unreadOnly, DateTime? since, DateTime? before}) Future<PageSmsProjection?>
Get all SMS messages in all phone numbers in paginated form. .
getSmsMessagesPaginatedWithHttpInfo({String? phoneNumber, int? page, int? size, String? sort, bool? unreadOnly, DateTime? since, DateTime? before}) Future<Response>
Get all SMS messages in all phone numbers in paginated form. .
getSmsMessageWithHttpInfo(String smsId) Future<Response>
Get SMS content including body. Expects SMS to exist by ID. For SMS that may not have arrived yet use the WaitForController.
getUnreadSmsCount() Future<UnreadCount?>
Get unread SMS count
getUnreadSmsCountWithHttpInfo() Future<Response>
Get unread SMS count
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replyToSmsMessage(String smsId, SmsReplyOptions smsReplyOptions) Future<SentSmsDto?>
Send a reply to a received SMS message. Replies are sent from the receiving number.
replyToSmsMessageWithHttpInfo(String smsId, SmsReplyOptions smsReplyOptions) Future<Response>
Send a reply to a received SMS message. Replies are sent from the receiving number.
toString() String
A string representation of this object.
inherited

Operators

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