public abstract static class PaginatedCollection.Links.Pages extends Object
static PaginatedCollection.Links.Pages
create(URI first, URI prev, URI next, URI last)
abstract URI
first()
last()
next()
prev()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@Nullable public abstract URI first()
@Nullable public abstract URI prev()
@Nullable public abstract URI next()
@Nullable public abstract URI last()
public static PaginatedCollection.Links.Pages create(URI first, URI prev, URI next, URI last)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.