public class LinksPaginated extends Object
| Constructor and Description |
|---|
LinksPaginated() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFirst()
URI to the first page of this set.
|
String |
getLast()
URI to the last page of this set.
|
String |
getNext()
URI to the next page of this set.
|
String |
getPrev()
URI to the previous page of this set.
|
String |
getSelf()
Fully qualified link to this API call
|
int |
hashCode() |
void |
setFirst(String first) |
void |
setLast(String last) |
void |
setNext(String next) |
void |
setPrev(String prev) |
void |
setSelf(String self) |
String |
toString() |
public String getFirst()
public void setFirst(String first)
public String getLast()
public void setLast(String last)
public String getNext()
public void setNext(String next)
public String getPrev()
public void setPrev(String prev)
public String getSelf()
public void setSelf(String self)
Copyright © 2019. All rights reserved.