gogol-books-0.5.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.GetUserSettings

Contents

Description

Gets the current settings for the user.

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

Synopsis

REST Resource

type MyConfigGetUserSettingsResource = "books" :> ("v1" :> ("myconfig" :> ("getUserSettings" :> (QueryParam "alt" AltJSON :> Get '[JSON] UserSettings)))) Source #

A resource alias for books.myconfig.getUserSettings method which the MyConfigGetUserSettings request conforms to.

Creating a Request

myConfigGetUserSettings :: MyConfigGetUserSettings Source #

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

data MyConfigGetUserSettings Source #

Gets the current settings for the user.

See: myConfigGetUserSettings smart constructor.

Instances
Eq MyConfigGetUserSettings Source # 
Instance details

Defined in Network.Google.Resource.Books.MyConfig.GetUserSettings

Data MyConfigGetUserSettings Source # 
Instance details

Defined in Network.Google.Resource.Books.MyConfig.GetUserSettings

Methods

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

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

toConstr :: MyConfigGetUserSettings -> Constr #

dataTypeOf :: MyConfigGetUserSettings -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MyConfigGetUserSettings Source # 
Instance details

Defined in Network.Google.Resource.Books.MyConfig.GetUserSettings

Generic MyConfigGetUserSettings Source # 
Instance details

Defined in Network.Google.Resource.Books.MyConfig.GetUserSettings

Associated Types

type Rep MyConfigGetUserSettings :: Type -> Type #

GoogleRequest MyConfigGetUserSettings Source # 
Instance details

Defined in Network.Google.Resource.Books.MyConfig.GetUserSettings

type Rep MyConfigGetUserSettings Source # 
Instance details

Defined in Network.Google.Resource.Books.MyConfig.GetUserSettings

type Rep MyConfigGetUserSettings = D1 (MetaData "MyConfigGetUserSettings" "Network.Google.Resource.Books.MyConfig.GetUserSettings" "gogol-books-0.5.0-5eGHzODss8vLDz8eryP3W5" False) (C1 (MetaCons "MyConfigGetUserSettings'" PrefixI False) (U1 :: Type -> Type))
type Scopes MyConfigGetUserSettings Source # 
Instance details

Defined in Network.Google.Resource.Books.MyConfig.GetUserSettings

type Scopes MyConfigGetUserSettings = "https://www.googleapis.com/auth/books" ': ([] :: [Symbol])
type Rs MyConfigGetUserSettings Source # 
Instance details

Defined in Network.Google.Resource.Books.MyConfig.GetUserSettings