Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
CountDto |
EmailControllerApi.getEmailCount()
Get email count
|
CountDto |
InboxControllerApi.getInboxCount()
Get total inbox count
|
CountDto |
InboxControllerApi.getInboxEmailCount(UUID inboxId)
Get email count in inbox
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<CountDto> |
EmailControllerApi.getEmailCountWithHttpInfo()
Get email count
|
ApiResponse<CountDto> |
InboxControllerApi.getInboxCountWithHttpInfo()
Get total inbox count
|
ApiResponse<CountDto> |
InboxControllerApi.getInboxEmailCountWithHttpInfo(UUID inboxId)
Get email count in inbox
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
EmailControllerApi.getEmailCountAsync(ApiCallback<CountDto> _callback)
Get email count (asynchronously)
|
okhttp3.Call |
InboxControllerApi.getInboxCountAsync(ApiCallback<CountDto> _callback)
Get total inbox count (asynchronously)
|
okhttp3.Call |
InboxControllerApi.getInboxEmailCountAsync(UUID inboxId,
ApiCallback<CountDto> _callback)
Get email count in inbox (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
static CountDto |
CountDto.fromJson(String jsonString)
Create an instance of CountDto given an JSON string
|
CountDto |
CountDto.totalElements(Long totalElements) |
Copyright © 2023. All rights reserved.