public static final class

Embeddability.Value

extends Object
java.lang.Object
   ↳ com.google.gdata.data.books.Embeddability.Value

Class Overview

Programmatic value that describes the embeddability of a volume in Google Book Search.

Summary

Constants
String EMBEDDABLE Volume preview can be embedded.
String NOT_EMBEDDABLE Volume preview can not be embedded.
Public Constructors
Embeddability.Value()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String EMBEDDABLE

Volume preview can be embedded.

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

public static final String NOT_EMBEDDABLE

Volume preview can not be embedded.

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

Public Constructors

public Embeddability.Value ()