public abstract static class PaginatedCollection.Links.Pages extends Object
static PaginatedCollection.Links.Pages
create(URI first, URI next, URI prev, 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 next, URI prev, URI last)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.