Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
PageBouncedEmail |
BounceControllerApi.getBouncedEmails(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get paginated list of bounced emails.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PageBouncedEmail> |
BounceControllerApi.getBouncedEmailsWithHttpInfo(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get paginated list of bounced emails.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
BounceControllerApi.getBouncedEmailsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageBouncedEmail> _callback)
Get paginated list of bounced emails.
|
Modifier and Type | Method and Description |
---|---|
PageBouncedEmail |
PageBouncedEmail.addContentItem(BounceProjection contentItem) |
PageBouncedEmail |
PageBouncedEmail.content(List<BounceProjection> content) |
PageBouncedEmail |
PageBouncedEmail.empty(Boolean empty) |
PageBouncedEmail |
PageBouncedEmail.first(Boolean first) |
static PageBouncedEmail |
PageBouncedEmail.fromJson(String jsonString)
Create an instance of PageBouncedEmail given an JSON string
|
PageBouncedEmail |
PageBouncedEmail.last(Boolean last) |
PageBouncedEmail |
PageBouncedEmail.number(Integer number) |
PageBouncedEmail |
PageBouncedEmail.numberOfElements(Integer numberOfElements) |
PageBouncedEmail |
PageBouncedEmail.pageable(PageableObject pageable) |
PageBouncedEmail |
PageBouncedEmail.size(Integer size) |
PageBouncedEmail |
PageBouncedEmail.sort(Sort sort) |
PageBouncedEmail |
PageBouncedEmail.total(Long total) |
PageBouncedEmail |
PageBouncedEmail.totalElements(Long totalElements) |
PageBouncedEmail |
PageBouncedEmail.totalPages(Integer totalPages) |
Copyright © 2023. All rights reserved.