public abstract class JsonOneOffsetPaginatedListDto extends Object implements OffsetPaginatedListDto<JsonOne>
JsonOne.
Represents an offset based paginated list in a rest response.
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonOneOffsetPaginatedListDto.Builder |
| Constructor and Description |
|---|
JsonOneOffsetPaginatedListDto() |
| Modifier and Type | Method and Description |
|---|---|
static JsonOneOffsetPaginatedListDto.Builder |
builder()
Creates a builder for
JsonOneOffsetPaginatedListDto. |
abstract List<JsonOne> |
items() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfirstLink, lastLink, nextLink, prevLink, totalResultspublic abstract List<JsonOne> items()
items in interface OffsetPaginatedListDto<JsonOne>public static JsonOneOffsetPaginatedListDto.Builder builder()
JsonOneOffsetPaginatedListDto.JsonOneOffsetPaginatedListDto.BuilderCopyright © 2019 Cerner Innovation, Inc.. All rights reserved.