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.UpdateUserSettings

Contents

Description

Sets the settings for the user. If a sub-object is specified, it will overwrite the existing sub-object stored in the server. Unspecified sub-objects will retain the existing value.

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

Synopsis

REST Resource

type MyConfigUpdateUserSettingsResource = "books" :> ("v1" :> ("myconfig" :> ("updateUserSettings" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] UserSettings :> Post '[JSON] UserSettings))))) Source #

A resource alias for books.myconfig.updateUserSettings method which the MyConfigUpdateUserSettings request conforms to.

Creating a Request

myConfigUpdateUserSettings Source #

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

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

data MyConfigUpdateUserSettings Source #

Sets the settings for the user. If a sub-object is specified, it will overwrite the existing sub-object stored in the server. Unspecified sub-objects will retain the existing value.

See: myConfigUpdateUserSettings smart constructor.

Instances

Eq MyConfigUpdateUserSettings Source # 
Data MyConfigUpdateUserSettings Source # 

Methods

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

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

toConstr :: MyConfigUpdateUserSettings -> Constr #

dataTypeOf :: MyConfigUpdateUserSettings -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MyConfigUpdateUserSettings Source # 
Generic MyConfigUpdateUserSettings Source # 
GoogleRequest MyConfigUpdateUserSettings Source # 
type Rep MyConfigUpdateUserSettings Source # 
type Rep MyConfigUpdateUserSettings = D1 (MetaData "MyConfigUpdateUserSettings" "Network.Google.Resource.Books.MyConfig.UpdateUserSettings" "gogol-books-0.2.0-5Ye9jkpXNyYIQzuxFUGse4" True) (C1 (MetaCons "MyConfigUpdateUserSettings'" PrefixI True) (S1 (MetaSel (Just Symbol "_mcuusPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 UserSettings)))
type Scopes MyConfigUpdateUserSettings Source # 
type Scopes MyConfigUpdateUserSettings = (:) Symbol "https://www.googleapis.com/auth/books" ([] Symbol)
type Rs MyConfigUpdateUserSettings Source # 

Request Lenses