gogol-books-0.2.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.MyConfig.SyncVolumeLicenses

Contents

Description

Request downloaded content access for specified volumes on the My eBooks shelf.

See: Books API Reference for books.myconfig.syncVolumeLicenses.

Synopsis

REST Resource

type MyConfigSyncVolumeLicensesResource = "books" :> ("v1" :> ("myconfig" :> ("syncVolumeLicenses" :> (QueryParam "source" Text :> (QueryParam "nonce" Text :> (QueryParam "cpksver" Text :> (QueryParam "locale" Text :> (QueryParam "includeNonComicsSeries" Bool :> (QueryParams "volumeIds" Text :> (QueryParams "features" MyConfigSyncVolumeLicensesFeatures :> (QueryParam "showPreorders" Bool :> (QueryParam "alt" AltJSON :> Post '[JSON] Volumes)))))))))))) Source #

A resource alias for books.myconfig.syncVolumeLicenses method which the MyConfigSyncVolumeLicenses request conforms to.

Creating a Request

data MyConfigSyncVolumeLicenses Source #

Request downloaded content access for specified volumes on the My eBooks shelf.

See: myConfigSyncVolumeLicenses smart constructor.

Instances

Eq MyConfigSyncVolumeLicenses Source # 
Data MyConfigSyncVolumeLicenses Source # 

Methods

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

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

toConstr :: MyConfigSyncVolumeLicenses -> Constr #

dataTypeOf :: MyConfigSyncVolumeLicenses -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MyConfigSyncVolumeLicenses Source # 
Generic MyConfigSyncVolumeLicenses Source # 
GoogleRequest MyConfigSyncVolumeLicenses Source # 
type Rep MyConfigSyncVolumeLicenses Source # 
type Rep MyConfigSyncVolumeLicenses = D1 (MetaData "MyConfigSyncVolumeLicenses" "Network.Google.Resource.Books.MyConfig.SyncVolumeLicenses" "gogol-books-0.2.0-5Ye9jkpXNyYIQzuxFUGse4" False) (C1 (MetaCons "MyConfigSyncVolumeLicenses'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_mcsvlCpksver") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_mcsvlLocale") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_mcsvlIncludeNonComicsSeries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_mcsvlVolumeIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_mcsvlFeatures") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MyConfigSyncVolumeLicensesFeatures]))) (S1 (MetaSel (Just Symbol "_mcsvlSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_mcsvlShowPreOrders") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_mcsvlNonce") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))
type Scopes MyConfigSyncVolumeLicenses Source # 
type Scopes MyConfigSyncVolumeLicenses = (:) Symbol "https://www.googleapis.com/auth/books" ([] Symbol)
type Rs MyConfigSyncVolumeLicenses Source # 

Request Lenses

mcsvlCpksver :: Lens' MyConfigSyncVolumeLicenses Text Source #

The device/version ID from which to release the restriction.

mcsvlLocale :: Lens' MyConfigSyncVolumeLicenses (Maybe Text) Source #

ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.

mcsvlIncludeNonComicsSeries :: Lens' MyConfigSyncVolumeLicenses (Maybe Bool) Source #

Set to true to include non-comics series. Defaults to false.

mcsvlVolumeIds :: Lens' MyConfigSyncVolumeLicenses [Text] Source #

The volume(s) to request download restrictions for.

mcsvlFeatures :: Lens' MyConfigSyncVolumeLicenses [MyConfigSyncVolumeLicensesFeatures] Source #

List of features supported by the client, i.e., 'RENTALS'

mcsvlSource :: Lens' MyConfigSyncVolumeLicenses Text Source #

String to identify the originator of this request.

mcsvlShowPreOrders :: Lens' MyConfigSyncVolumeLicenses (Maybe Bool) Source #

Set to true to show pre-ordered books. Defaults to false.