MylibraryBookshelvesResource class
Methods
-
addVolume(String shelf, String volumeId, {String? reason, String? source, String? $fields})
→ Future<Empty>
-
Adds a volume to a bookshelf.
-
clearVolumes(String shelf, {String? source, String? $fields})
→ Future<Empty>
-
Clears all volumes from a bookshelf.
-
get(String shelf, {String? source, String? $fields})
→ Future<Bookshelf>
-
Retrieves metadata for a specific bookshelf belonging to the authenticated
user.
-
list({String? source, String? $fields})
→ Future<Bookshelves>
-
Retrieves a list of bookshelves belonging to the authenticated user.
-
moveVolume(String shelf, String volumeId, int volumePosition, {String? source, String? $fields})
→ Future<Empty>
-
Moves a volume within a bookshelf.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeVolume(String shelf, String volumeId, {String? reason, String? source, String? $fields})
→ Future<Empty>
-
Removes a volume from a bookshelf.
-
toString()
→ String
-
A string representation of this object.
inherited