| Package | Description | 
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
PageAlias | 
AliasControllerApi.getAliases(Integer page,
          Integer size,
          String sort,
          OffsetDateTime since,
          OffsetDateTime before)
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,
                      OffsetDateTime since,
                      OffsetDateTime before)
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,
               OffsetDateTime since,
               OffsetDateTime before,
               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)  | 
static PageAlias | 
PageAlias.fromJson(String jsonString)
Create an instance of PageAlias given an JSON string 
 | 
PageAlias | 
PageAlias.last(Boolean last)  | 
PageAlias | 
PageAlias.number(Integer number)  | 
PageAlias | 
PageAlias.numberOfElements(Integer numberOfElements)  | 
PageAlias | 
PageAlias.pageable(PageableObject pageable)  | 
PageAlias | 
PageAlias.size(Integer size)  | 
PageAlias | 
PageAlias.sort(Sort sort)  | 
PageAlias | 
PageAlias.total(Long total)  | 
PageAlias | 
PageAlias.totalElements(Long totalElements)  | 
PageAlias | 
PageAlias.totalPages(Integer totalPages)  | 
Copyright © 2023. All rights reserved.