twilio-0.3.0.0: Twilio REST API library for Haskell

Copyright(C) 2017- Mark Andrus Roberts
LicenseBSD-style (see the file LICENSE)
MaintainerMark Andrus Roberts <markandrusroberts@gmail.com>
Stabilityprovisional
Safe HaskellNone
LanguageHaskell98

Twilio.Conferences

Contents

Description

 

Synopsis

Resource

data Conferences #

Instances

Eq Conferences # 
Data Conferences # 

Methods

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

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

toConstr :: Conferences -> Constr #

dataTypeOf :: Conferences -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord Conferences # 
Show Conferences # 
Generic Conferences # 

Associated Types

type Rep Conferences :: * -> * #

FromJSON Conferences # 

Methods

parseJSON :: Value -> Parser Conferences

parseJSONList :: Value -> Parser [Conferences]

Get0 Conferences # 

Methods

get0 :: MonadThrow m => TwilioT m Conferences #

List Conferences Conference # 
type Rep Conferences # 
type Rep Conferences = D1 (MetaData "Conferences" "Twilio.Conferences" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" False) (C1 (MetaCons "Conferences" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "conferencesPagingInformation") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PagingInformation)) (S1 (MetaSel (Just Symbol "conferenceList") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Conference]))))