| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
PageAlias |
AliasControllerApi.getAliases(Integer page,
Integer size,
String sort)
Get all email aliases you have created
Get all email aliases in paginated form
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PageAlias> |
AliasControllerApi.getAliasesWithHttpInfo(Integer page,
Integer size,
String sort)
Get all email aliases you have created
Get all email aliases in paginated form
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AliasControllerApi.getAliasesAsync(Integer page,
Integer size,
String sort,
ApiCallback<PageAlias> _callback)
Get all email aliases you have created (asynchronously)
Get all email aliases in paginated form
|
| Modifier and Type | Method and Description |
|---|---|
PageAlias |
PageAlias.addContentItem(AliasProjection contentItem) |
PageAlias |
PageAlias.content(List<AliasProjection> content) |
PageAlias |
PageAlias.empty(Boolean empty) |
PageAlias |
PageAlias.first(Boolean first) |
PageAlias |
PageAlias.last(Boolean last) |
PageAlias |
PageAlias.number(Integer number) |
PageAlias |
PageAlias.numberOfElements(Integer numberOfElements) |
PageAlias |
PageAlias.pageable(Pageable pageable) |
PageAlias |
PageAlias.size(Integer size) |
PageAlias |
PageAlias.sort(Sort sort) |
PageAlias |
PageAlias.totalElements(Long totalElements) |
PageAlias |
PageAlias.totalPages(Integer totalPages) |
Copyright © 2021. All rights reserved.