Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
PageThreadProjection |
AliasControllerApi.getAliasThreads(UUID aliasId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get threads created for an alias
Returns threads created for an email alias in paginated form
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PageThreadProjection> |
AliasControllerApi.getAliasThreadsWithHttpInfo(UUID aliasId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get threads created for an alias
Returns threads created for an email alias in paginated form
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
AliasControllerApi.getAliasThreadsAsync(UUID aliasId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageThreadProjection> _callback)
Get threads created for an alias (asynchronously)
Returns threads created for an email alias in paginated form
|
Modifier and Type | Method and Description |
---|---|
PageThreadProjection |
PageThreadProjection.addContentItem(ThreadProjection contentItem) |
PageThreadProjection |
PageThreadProjection.content(List<ThreadProjection> content) |
PageThreadProjection |
PageThreadProjection.empty(Boolean empty) |
PageThreadProjection |
PageThreadProjection.first(Boolean first) |
static PageThreadProjection |
PageThreadProjection.fromJson(String jsonString)
Create an instance of PageThreadProjection given an JSON string
|
PageThreadProjection |
PageThreadProjection.last(Boolean last) |
PageThreadProjection |
PageThreadProjection.number(Integer number) |
PageThreadProjection |
PageThreadProjection.numberOfElements(Integer numberOfElements) |
PageThreadProjection |
PageThreadProjection.pageable(PageableObject pageable) |
PageThreadProjection |
PageThreadProjection.size(Integer size) |
PageThreadProjection |
PageThreadProjection.sort(Sort sort) |
PageThreadProjection |
PageThreadProjection.total(Long total) |
PageThreadProjection |
PageThreadProjection.totalElements(Long totalElements) |
PageThreadProjection |
PageThreadProjection.totalPages(Integer totalPages) |
Copyright © 2023. All rights reserved.