Sorry, I am using the Java 3.0 lib.

I am not really having an error rather looking to find the best way to
work with the 3.0 Link paging system.
Reading the JavaDoc
getNextLink()
          Returns the link that provides the URI of next page in a
paged feed.
 getPreviousLink()
          Returns the link that provides the URI of previous page in a
paged feed.

Is there a getTotalNumberOfLinks() method or a getLink(i) so that one
can go directly to a page?
I don't see these so I am assuming that I will build it into the
client side by iterating through the pages to get a total or up to a
certain page.
Why? I am building a web app that will display 25 contacts at a time
with nav buttons/links to see more.
Something like:
Previous 1 [2] 3 4 5... Next
Just wanting to make sure I am not missing something that is in the
API so I don't reinvent the wheel so to speak.

--

You received this message because you are subscribed to the Google Groups 
"Google Contacts API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-contacts-api?hl=en.


Reply via email to