Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
PageWebhookResult |
WebhookControllerApi.getAllWebhookResults(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly)
Get results for all webhooks
|
PageWebhookResult |
WebhookControllerApi.getWebhookResults(UUID webhookId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly)
Get a webhook results for a webhook
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PageWebhookResult> |
WebhookControllerApi.getAllWebhookResultsWithHttpInfo(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly)
Get results for all webhooks
|
ApiResponse<PageWebhookResult> |
WebhookControllerApi.getWebhookResultsWithHttpInfo(UUID webhookId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly)
Get a webhook results for a webhook
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
WebhookControllerApi.getAllWebhookResultsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly,
ApiCallback<PageWebhookResult> _callback)
Get results for all webhooks (asynchronously)
|
okhttp3.Call |
WebhookControllerApi.getWebhookResultsAsync(UUID webhookId,
Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
Boolean unseenOnly,
ApiCallback<PageWebhookResult> _callback)
Get a webhook results for a webhook (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
PageWebhookResult |
PageWebhookResult.addContentItem(WebhookResultDto contentItem) |
PageWebhookResult |
PageWebhookResult.content(List<WebhookResultDto> content) |
PageWebhookResult |
PageWebhookResult.empty(Boolean empty) |
PageWebhookResult |
PageWebhookResult.first(Boolean first) |
static PageWebhookResult |
PageWebhookResult.fromJson(String jsonString)
Create an instance of PageWebhookResult given an JSON string
|
PageWebhookResult |
PageWebhookResult.last(Boolean last) |
PageWebhookResult |
PageWebhookResult.number(Integer number) |
PageWebhookResult |
PageWebhookResult.numberOfElements(Integer numberOfElements) |
PageWebhookResult |
PageWebhookResult.pageable(PageableObject pageable) |
PageWebhookResult |
PageWebhookResult.size(Integer size) |
PageWebhookResult |
PageWebhookResult.sort(Sort sort) |
PageWebhookResult |
PageWebhookResult.total(Long total) |
PageWebhookResult |
PageWebhookResult.totalElements(Long totalElements) |
PageWebhookResult |
PageWebhookResult.totalPages(Integer totalPages) |
Copyright © 2023. All rights reserved.