org.eclipse.egit.github.core.client
Class PageLinks
java.lang.Object
org.eclipse.egit.github.core.client.PageLinks
public class PageLinks
- extends Object
Page link class to be used to determine the links to other pages of request
responses encoded in the current response. These will be present if the
result set size exceeds the per page limit.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageLinks
public PageLinks(GitHubResponse response)
- Parse links from executed method
- Parameters:
response
-
getFirst
public String getFirst()
- Returns:
- first
getLast
public String getLast()
- Returns:
- last
getNext
public String getNext()
- Returns:
- next
getPrev
public String getPrev()
- Returns:
- prev
Copyright © 2012. All Rights Reserved.