public static final class

BooksLink.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.data.books.BooksLink.Rel

Class Overview

Link relation type.

Summary

Constants
String ANNOTATION Annotation link to submit review, rating, labels.
String EPUBDOWNLOAD Epub download link.
String INFO Link to a description page.
String PREVIEW Link to a preview page.
String THUMBNAIL Link that provides the URI of a thumbnail image.
Public Constructors
BooksLink.Rel()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ANNOTATION

Annotation link to submit review, rating, labels.

Constant Value: "http://schemas.google.com/books/2008/annotation"

public static final String EPUBDOWNLOAD

Epub download link.

Constant Value: "http://schemas.google.com/books/2008/epubdownload"

public static final String INFO

Link to a description page.

Constant Value: "http://schemas.google.com/books/2008/info"

public static final String PREVIEW

Link to a preview page.

Constant Value: "http://schemas.google.com/books/2008/preview"

public static final String THUMBNAIL

Link that provides the URI of a thumbnail image.

Constant Value: "http://schemas.google.com/books/2008/thumbnail"

Public Constructors

public BooksLink.Rel ()