| Package | Description | 
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
PageSmsProjection | 
SmsControllerApi.getSmsMessagesPaginated(UUID phoneNumber,
                       Integer page,
                       Integer size,
                       String sort,
                       Boolean unreadOnly,
                       OffsetDateTime since,
                       OffsetDateTime before)
Get all SMS messages in all phone numbers in paginated form. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ApiResponse<PageSmsProjection> | 
SmsControllerApi.getSmsMessagesPaginatedWithHttpInfo(UUID phoneNumber,
                                   Integer page,
                                   Integer size,
                                   String sort,
                                   Boolean unreadOnly,
                                   OffsetDateTime since,
                                   OffsetDateTime before)
Get all SMS messages in all phone numbers in paginated form. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
okhttp3.Call | 
SmsControllerApi.getSmsMessagesPaginatedAsync(UUID phoneNumber,
                            Integer page,
                            Integer size,
                            String sort,
                            Boolean unreadOnly,
                            OffsetDateTime since,
                            OffsetDateTime before,
                            ApiCallback<PageSmsProjection> _callback)
Get all SMS messages in all phone numbers in paginated form. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PageSmsProjection | 
PageSmsProjection.addContentItem(SmsProjection contentItem)  | 
PageSmsProjection | 
PageSmsProjection.content(List<SmsProjection> content)  | 
PageSmsProjection | 
PageSmsProjection.empty(Boolean empty)  | 
PageSmsProjection | 
PageSmsProjection.first(Boolean first)  | 
static PageSmsProjection | 
PageSmsProjection.fromJson(String jsonString)
Create an instance of PageSmsProjection given an JSON string 
 | 
PageSmsProjection | 
PageSmsProjection.last(Boolean last)  | 
PageSmsProjection | 
PageSmsProjection.number(Integer number)  | 
PageSmsProjection | 
PageSmsProjection.numberOfElements(Integer numberOfElements)  | 
PageSmsProjection | 
PageSmsProjection.pageable(PageableObject pageable)  | 
PageSmsProjection | 
PageSmsProjection.size(Integer size)  | 
PageSmsProjection | 
PageSmsProjection.sort(Sort sort)  | 
PageSmsProjection | 
PageSmsProjection.total(Long total)  | 
PageSmsProjection | 
PageSmsProjection.totalElements(Long totalElements)  | 
PageSmsProjection | 
PageSmsProjection.totalPages(Integer totalPages)  | 
Copyright © 2023. All rights reserved.