Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
UnreadCount |
EmailControllerApi.getUnreadEmailCount()
Get unread email count
Get number of emails unread.
|
UnreadCount |
SmsControllerApi.getUnreadSmsCount()
Get unread SMS count
Get number of SMS unread.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<UnreadCount> |
EmailControllerApi.getUnreadEmailCountWithHttpInfo()
Get unread email count
Get number of emails unread.
|
ApiResponse<UnreadCount> |
SmsControllerApi.getUnreadSmsCountWithHttpInfo()
Get unread SMS count
Get number of SMS unread.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
EmailControllerApi.getUnreadEmailCountAsync(ApiCallback<UnreadCount> _callback)
Get unread email count (asynchronously)
Get number of emails unread.
|
okhttp3.Call |
SmsControllerApi.getUnreadSmsCountAsync(ApiCallback<UnreadCount> _callback)
Get unread SMS count (asynchronously)
Get number of SMS unread.
|
Modifier and Type | Method and Description |
---|---|
UnreadCount |
UnreadCount.count(Long count) |
static UnreadCount |
UnreadCount.fromJson(String jsonString)
Create an instance of UnreadCount given an JSON string
|
Copyright © 2023. All rights reserved.