gogol-books-0.1.0: Google Books SDK.

Copyright(c) 2015-2016 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.Annotations.List

Contents

Description

Retrieves a list of annotations, possibly filtered.

See: Books API Reference for books.mylibrary.annotations.list.

Synopsis

REST Resource

type MyLibraryAnnotationsListResource = "books" :> ("v1" :> ("mylibrary" :> ("annotations" :> (QueryParam "contentVersion" Text :> (QueryParam "showDeleted" Bool :> (QueryParam "updatedMax" Text :> (QueryParam "updatedMin" Text :> (QueryParams "layerIds" Text :> (QueryParam "volumeId" Text :> (QueryParam "source" Text :> (QueryParam "pageToken" Text :> (QueryParam "layerId" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] Annotations)))))))))))))) Source #

A resource alias for books.mylibrary.annotations.list method which the MyLibraryAnnotationsList request conforms to.

Creating a Request

myLibraryAnnotationsList :: MyLibraryAnnotationsList Source #

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

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

data MyLibraryAnnotationsList Source #

Retrieves a list of annotations, possibly filtered.

See: myLibraryAnnotationsList smart constructor.

Instances

Eq MyLibraryAnnotationsList Source # 
Data MyLibraryAnnotationsList Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MyLibraryAnnotationsList -> c MyLibraryAnnotationsList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MyLibraryAnnotationsList #

toConstr :: MyLibraryAnnotationsList -> Constr #

dataTypeOf :: MyLibraryAnnotationsList -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MyLibraryAnnotationsList) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MyLibraryAnnotationsList) #

gmapT :: (forall b. Data b => b -> b) -> MyLibraryAnnotationsList -> MyLibraryAnnotationsList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MyLibraryAnnotationsList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MyLibraryAnnotationsList -> r #

gmapQ :: (forall d. Data d => d -> u) -> MyLibraryAnnotationsList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MyLibraryAnnotationsList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MyLibraryAnnotationsList -> m MyLibraryAnnotationsList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MyLibraryAnnotationsList -> m MyLibraryAnnotationsList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MyLibraryAnnotationsList -> m MyLibraryAnnotationsList #

Show MyLibraryAnnotationsList Source # 
Generic MyLibraryAnnotationsList Source # 
GoogleRequest MyLibraryAnnotationsList Source # 
type Rep MyLibraryAnnotationsList Source # 
type Scopes MyLibraryAnnotationsList Source # 
type Scopes MyLibraryAnnotationsList = (:) Symbol "https://www.googleapis.com/auth/books" ([] Symbol)
type Rs MyLibraryAnnotationsList Source # 

Request Lenses

mlalContentVersion :: Lens' MyLibraryAnnotationsList (Maybe Text) Source #

The content version for the requested volume.

mlalShowDeleted :: Lens' MyLibraryAnnotationsList (Maybe Bool) Source #

Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false.

mlalUpdatedMax :: Lens' MyLibraryAnnotationsList (Maybe Text) Source #

RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).

mlalUpdatedMin :: Lens' MyLibraryAnnotationsList (Maybe Text) Source #

RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).

mlalLayerIds :: Lens' MyLibraryAnnotationsList [Text] Source #

The layer ID(s) to limit annotation by.

mlalVolumeId :: Lens' MyLibraryAnnotationsList (Maybe Text) Source #

The volume to restrict annotations to.

mlalSource :: Lens' MyLibraryAnnotationsList (Maybe Text) Source #

String to identify the originator of this request.

mlalPageToken :: Lens' MyLibraryAnnotationsList (Maybe Text) Source #

The value of the nextToken from the previous page.

mlalLayerId :: Lens' MyLibraryAnnotationsList (Maybe Text) Source #

The layer ID to limit annotation by.

mlalMaxResults :: Lens' MyLibraryAnnotationsList (Maybe Word32) Source #

Maximum number of results to return