gogol-fusiontables-0.4.0: Google Fusion Tables 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.FusionTables.Style.List

Contents

Description

Retrieves a list of styles.

See: Fusion Tables API Reference for fusiontables.style.list.

Synopsis

REST Resource

type StyleListResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] StyleSettingList))))))) Source #

A resource alias for fusiontables.style.list method which the StyleList request conforms to.

Creating a Request

styleList Source #

Arguments

:: Text

slTableId

-> StyleList 

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

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

data StyleList Source #

Retrieves a list of styles.

See: styleList smart constructor.

Instances
Eq StyleList Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.List

Data StyleList Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.List

Methods

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

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

toConstr :: StyleList -> Constr #

dataTypeOf :: StyleList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StyleList Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.List

Generic StyleList Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.List

Associated Types

type Rep StyleList :: Type -> Type #

GoogleRequest StyleList Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.List

Associated Types

type Rs StyleList :: Type #

type Scopes StyleList :: [Symbol] #

type Rep StyleList Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.List

type Rep StyleList = D1 (MetaData "StyleList" "Network.Google.Resource.FusionTables.Style.List" "gogol-fusiontables-0.4.0-Jb8aaUwQ1vj5yEgIm76X5I" False) (C1 (MetaCons "StyleList'" PrefixI True) (S1 (MetaSel (Just "_slPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_slTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_slMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))))))
type Scopes StyleList Source # 
Instance details

Defined in Network.Google.Resource.FusionTables.Style.List

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

Defined in Network.Google.Resource.FusionTables.Style.List

Request Lenses

slPageToken :: Lens' StyleList (Maybe Text) Source #

Continuation token specifying which result page to return. Optional.

slTableId :: Lens' StyleList Text Source #

Table whose styles are being listed

slMaxResults :: Lens' StyleList (Maybe Word32) Source #

Maximum number of styles to return. Optional. Default is 5.