gogol-mirror-0.4.0: Google Mirror 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.Mirror.Contacts.List

Contents

Description

Retrieves a list of contacts for the authenticated user.

See: Google Mirror API Reference for mirror.contacts.list.

Synopsis

REST Resource

type ContactsListResource = "mirror" :> ("v1" :> ("contacts" :> (QueryParam "alt" AltJSON :> Get '[JSON] ContactsListResponse))) Source #

A resource alias for mirror.contacts.list method which the ContactsList request conforms to.

Creating a Request

contactsList :: ContactsList Source #

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

data ContactsList Source #

Retrieves a list of contacts for the authenticated user.

See: contactsList smart constructor.

Instances
Eq ContactsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Contacts.List

Data ContactsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Contacts.List

Methods

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

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

toConstr :: ContactsList -> Constr #

dataTypeOf :: ContactsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ContactsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Contacts.List

Generic ContactsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Contacts.List

Associated Types

type Rep ContactsList :: Type -> Type #

GoogleRequest ContactsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Contacts.List

Associated Types

type Rs ContactsList :: Type #

type Scopes ContactsList :: [Symbol] #

type Rep ContactsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Contacts.List

type Rep ContactsList = D1 (MetaData "ContactsList" "Network.Google.Resource.Mirror.Contacts.List" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "ContactsList'" PrefixI False) (U1 :: Type -> Type))
type Scopes ContactsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Contacts.List

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

Defined in Network.Google.Resource.Mirror.Contacts.List