twilio-0.1.3.2: Twilio REST API library for Haskell

Safe HaskellNone
LanguageHaskell98

Twilio.Conference.Participant

Contents

Synopsis

Resource

data Participant Source #

Instances

Eq Participant Source # 
Data Participant Source # 

Methods

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

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

toConstr :: Participant -> Constr #

dataTypeOf :: Participant -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord Participant Source # 
Show Participant Source # 
Generic Participant Source # 

Associated Types

type Rep Participant :: * -> * #

FromJSON Participant Source # 
List Participants Participant Source # 
Get2 ConferenceSID CallSID Participant Source # 
type Rep Participant Source #