org.eclipse.egit.github.core.client
Class PageLinks

java.lang.Object
  extended by 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.


Constructor Summary
PageLinks(GitHubResponse response)
          Parse links from executed method
 
Method Summary
 String getFirst()
           
 String getLast()
           
 String getNext()
           
 String getPrev()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLinks

public PageLinks(GitHubResponse response)
Parse links from executed method

Parameters:
response -
Method Detail

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.