| java.lang.Object |
| ↳ |
com.google.gdata.data.books.OpenAccess.Value |
Class Overview
Programmatic value that describes whether the volume is in Open Access.
Summary
| Constants |
| String |
DISABLED |
Open access disabled. |
| String |
ENABLED |
Open access enabled. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
DISABLED
Constant Value:
"http://schemas.google.com/books/2008#disabled"
public
static
final
String
ENABLED
Constant Value:
"http://schemas.google.com/books/2008#enabled"
Public Constructors
public
OpenAccess.Value
()