public class Books.Mylibrary.Readingpositions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Books.Mylibrary.Readingpositions.Get |
class |
Books.Mylibrary.Readingpositions.SetPosition |
Constructor and Description |
---|
Readingpositions() |
Modifier and Type | Method and Description |
---|---|
Books.Mylibrary.Readingpositions.Get |
get(java.lang.String volumeId)
Retrieves my reading position information for a volume.
|
Books.Mylibrary.Readingpositions.SetPosition |
setPosition(java.lang.String volumeId,
java.lang.String timestamp,
java.lang.String position)
Sets my reading position information for a volume.
|
public Books.Mylibrary.Readingpositions.Get get(java.lang.String volumeId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.volumeId
- ID of volume for which to retrieve a reading position.java.io.IOException
public Books.Mylibrary.Readingpositions.SetPosition setPosition(java.lang.String volumeId, java.lang.String timestamp, java.lang.String position) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.volumeId
- ID of volume for which to update the reading position.timestamp
- RFC 3339 UTC format timestamp associated with this reading position.position
- Position string for the new volume reading position.java.io.IOException