gogol-books-0.1.1: 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.Layers.VolumeAnnotations.List

Contents

Description

Gets the volume annotations for a volume and layer.

See: Books API Reference for books.layers.volumeAnnotations.list.

Synopsis

REST Resource

type LayersVolumeAnnotationsListResource = "books" :> ("v1" :> ("volumes" :> (Capture "volumeId" Text :> ("layers" :> (Capture "layerId" Text :> (QueryParam "contentVersion" Text :> (QueryParam "startOffset" Text :> (QueryParam "locale" Text :> (QueryParam "showDeleted" Bool :> (QueryParam "volumeAnnotationsVersion" Text :> (QueryParam "updatedMax" Text :> (QueryParam "updatedMin" Text :> (QueryParam "endOffset" Text :> (QueryParam "source" Text :> (QueryParam "pageToken" Text :> (QueryParam "endPosition" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "startPosition" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Volumeannotations))))))))))))))))))) Source #

A resource alias for books.layers.volumeAnnotations.list method which the LayersVolumeAnnotationsList request conforms to.

Creating a Request

data LayersVolumeAnnotationsList Source #

Gets the volume annotations for a volume and layer.

See: layersVolumeAnnotationsList smart constructor.

Instances

Eq LayersVolumeAnnotationsList Source # 
Data LayersVolumeAnnotationsList Source # 

Methods

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

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

toConstr :: LayersVolumeAnnotationsList -> Constr #

dataTypeOf :: LayersVolumeAnnotationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LayersVolumeAnnotationsList Source # 
Generic LayersVolumeAnnotationsList Source # 
GoogleRequest LayersVolumeAnnotationsList Source # 
type Rep LayersVolumeAnnotationsList Source # 
type Rep LayersVolumeAnnotationsList = D1 (MetaData "LayersVolumeAnnotationsList" "Network.Google.Resource.Books.Layers.VolumeAnnotations.List" "gogol-books-0.1.1-DJUI82Cepnh73t90lnxv9L" False) (C1 (MetaCons "LayersVolumeAnnotationsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lvalStartOffSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lvalLocale") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lvalContentVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lvalShowDeleted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_lvalVolumeAnnotationsVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_lvalUpdatedMax") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lvalUpdatedMin") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lvalEndOffSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lvalVolumeId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lvalSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lvalPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lvalEndPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lvalLayerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lvalMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))) (S1 (MetaSel (Just Symbol "_lvalStartPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes LayersVolumeAnnotationsList Source # 
type Scopes LayersVolumeAnnotationsList = (:) Symbol "https://www.googleapis.com/auth/books" ([] Symbol)
type Rs LayersVolumeAnnotationsList Source # 

Request Lenses

lvalStartOffSet :: Lens' LayersVolumeAnnotationsList (Maybe Text) Source #

The start offset to start retrieving data from.

lvalLocale :: Lens' LayersVolumeAnnotationsList (Maybe Text) Source #

The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'.

lvalContentVersion :: Lens' LayersVolumeAnnotationsList Text Source #

The content version for the requested volume.

lvalShowDeleted :: Lens' LayersVolumeAnnotationsList (Maybe Bool) Source #

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

lvalVolumeAnnotationsVersion :: Lens' LayersVolumeAnnotationsList (Maybe Text) Source #

The version of the volume annotations that you are requesting.

lvalUpdatedMax :: Lens' LayersVolumeAnnotationsList (Maybe Text) Source #

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

lvalUpdatedMin :: Lens' LayersVolumeAnnotationsList (Maybe Text) Source #

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

lvalEndOffSet :: Lens' LayersVolumeAnnotationsList (Maybe Text) Source #

The end offset to end retrieving data from.

lvalVolumeId :: Lens' LayersVolumeAnnotationsList Text Source #

The volume to retrieve annotations for.

lvalSource :: Lens' LayersVolumeAnnotationsList (Maybe Text) Source #

String to identify the originator of this request.

lvalPageToken :: Lens' LayersVolumeAnnotationsList (Maybe Text) Source #

The value of the nextToken from the previous page.

lvalEndPosition :: Lens' LayersVolumeAnnotationsList (Maybe Text) Source #

The end position to end retrieving data from.

lvalLayerId :: Lens' LayersVolumeAnnotationsList Text Source #

The ID for the layer to get the annotations.

lvalMaxResults :: Lens' LayersVolumeAnnotationsList (Maybe Word32) Source #

Maximum number of results to return

lvalStartPosition :: Lens' LayersVolumeAnnotationsList (Maybe Text) Source #

The start position to start retrieving data from.