public abstract class OffsetPaginatedList<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OffsetPaginatedList.Builder<T> |
Constructor and Description |
---|
OffsetPaginatedList() |
Modifier and Type | Method and Description |
---|---|
static <T> OffsetPaginatedList.Builder<T> |
builder()
Creates a builder for
OffsetPaginatedList . |
abstract List<T> |
items()
Returns a list of items for the current page.
|
abstract OffsetPaginatedListMetadata |
metadata()
|
public abstract OffsetPaginatedListMetadata metadata()
public static <T> OffsetPaginatedList.Builder<T> builder()
OffsetPaginatedList
.OffsetPaginatedList.Builder
Copyright © 2018 Cerner Innovation, Inc.. All rights reserved.