gogol-books-0.0.1: Google Books SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Books.MyLibrary.Bookshelves.MoveVolume

Contents

Description

Moves a volume within a bookshelf.

See: Books API Reference for books.mylibrary.bookshelves.moveVolume.

Synopsis

REST Resource

type MyLibraryBookshelvesMoveVolumeResource = "books" :> ("v1" :> ("mylibrary" :> ("bookshelves" :> (Capture "shelf" Text :> ("moveVolume" :> (QueryParam "volumeId" Text :> (QueryParam "volumePosition" (Textual Int32) :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Post `[JSON]` ()))))))))) Source

A resource alias for books.mylibrary.bookshelves.moveVolume method which the MyLibraryBookshelvesMoveVolume request conforms to.

Creating a Request

myLibraryBookshelvesMoveVolume Source

Creates a value of MyLibraryBookshelvesMoveVolume with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

mlbmvShelf :: Lens' MyLibraryBookshelvesMoveVolume Text Source

ID of bookshelf with the volume.

mlbmvSource :: Lens' MyLibraryBookshelvesMoveVolume (Maybe Text) Source

String to identify the originator of this request.

mlbmvVolumePosition :: Lens' MyLibraryBookshelvesMoveVolume Int32 Source

Position on shelf to move the item (0 puts the item before the current first item, 1 puts it between the first and the second and so on.)