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

Contents

Description

 

Synopsis

Resource

data Conference #

Instances

Eq Conference # 
Data Conference # 

Methods

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

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

toConstr :: Conference -> Constr #

dataTypeOf :: Conference -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord Conference # 
Show Conference # 
Generic Conference # 

Associated Types

type Rep Conference :: * -> * #

FromJSON Conference # 

Methods

parseJSON :: Value -> Parser Conference

parseJSONList :: Value -> Parser [Conference]

List Conferences Conference # 
Get1 ConferenceSID Conference # 

Methods

get1 :: MonadThrow m => ConferenceSID -> TwilioT m Conference #

type Rep Conference # 

Types

data ConferenceStatus #

Constructors

Init 
InProgress 
Completed 

Instances

Bounded ConferenceStatus # 
Enum ConferenceStatus # 
Eq ConferenceStatus # 
Data ConferenceStatus # 

Methods

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

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

toConstr :: ConferenceStatus -> Constr #

dataTypeOf :: ConferenceStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ConferenceStatus # 
Read ConferenceStatus # 
Show ConferenceStatus # 
Generic ConferenceStatus # 
FromJSON ConferenceStatus # 

Methods

parseJSON :: Value -> Parser ConferenceStatus

parseJSONList :: Value -> Parser [ConferenceStatus]

type Rep ConferenceStatus # 
type Rep ConferenceStatus = D1 (MetaData "ConferenceStatus" "Twilio.Conference" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" False) ((:+:) (C1 (MetaCons "Init" PrefixI False) U1) ((:+:) (C1 (MetaCons "InProgress" PrefixI False) U1) (C1 (MetaCons "Completed" PrefixI False) U1)))