Class MylibraryResource.ReadingpositionsResource
The "readingpositions" collection of methods.
Inheritance
System.Object
MylibraryResource.ReadingpositionsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class ReadingpositionsResource
Constructors
ReadingpositionsResource(IClientService)
Constructs a new resource.
Declaration
public ReadingpositionsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(String)
Retrieves my reading position information for a volume.
Declaration
public virtual MylibraryResource.ReadingpositionsResource.GetRequest Get(string volumeId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | volumeId | ID of volume for which to retrieve a reading position. |
Returns
| Type | Description |
|---|---|
| MylibraryResource.ReadingpositionsResource.GetRequest |
SetPosition(String, String, String)
Sets my reading position information for a volume.
Declaration
public virtual MylibraryResource.ReadingpositionsResource.SetPositionRequest SetPosition(string volumeId, string position, string timestamp)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | volumeId | ID of volume for which to update the reading position. |
| System.String | position | Position string for the new volume reading position. |
| System.String | timestamp | RFC 3339 UTC format timestamp associated with this reading position. |
Returns
| Type | Description |
|---|---|
| MylibraryResource.ReadingpositionsResource.SetPositionRequest |