public abstract static class PaginatedCollection.Meta extends Object
Modifier and Type | Method and Description |
---|---|
static PaginatedCollection.Meta |
create(long total,
Href first,
Href previous,
Href self,
Href next,
Href last) |
abstract Href |
first() |
abstract Href |
last() |
abstract Href |
next() |
abstract Href |
previous() |
abstract Href |
self() |
abstract long |
total() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.