| Package | Description |
|---|---|
| com.inmanlabs.commons.web |
| Modifier and Type | Method and Description |
|---|---|
static <T> ApiListResponse<T> |
ApiListResponse.nonPagedSuccess(Iterable<T> response) |
static <T> ApiListResponse<T> |
ApiListResponse.nonPagedSuccess(List<T> response) |
static <T> ApiListResponse<T> |
ApiListResponse.pagedSuccess(Iterable<T> response,
int startIndex,
int totalPages) |
static <T> ApiListResponse<T> |
ApiListResponse.pagedSuccess(List<T> response,
int startIndex,
int totalPages) |
Copyright © 2019. All rights reserved.