twilio-0.1.3.2: Twilio REST API library for Haskell
Twilio.Conference.Participants
Contents
Synopsis
data Participants Source #
Constructors
Fields
Instances
Methods
(==) :: Participants -> Participants -> Bool #
(/=) :: Participants -> Participants -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Participants -> c Participants #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Participants #
toConstr :: Participants -> Constr #
dataTypeOf :: Participants -> DataType #
dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Participants) #
dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Participants) #
gmapT :: (forall b. Data b => b -> b) -> Participants -> Participants #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Participants -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Participants -> r #
gmapQ :: (forall d. Data d => d -> u) -> Participants -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Participants -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Participants -> m Participants #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Participants -> m Participants #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Participants -> m Participants #
compare :: Participants -> Participants -> Ordering #
(<) :: Participants -> Participants -> Bool #
(<=) :: Participants -> Participants -> Bool #
(>) :: Participants -> Participants -> Bool #
(>=) :: Participants -> Participants -> Bool #
max :: Participants -> Participants -> Participants #
min :: Participants -> Participants -> Participants #
showsPrec :: Int -> Participants -> ShowS #
show :: Participants -> String #
showList :: [Participants] -> ShowS #
Associated Types
type Rep Participants :: * -> * #
from :: Participants -> Rep Participants x #
to :: Rep Participants x -> Participants #
parseJSON :: Value -> Parser Participants #
parseJSONList :: Value -> Parser [Participants] #
getListWrapper :: Wrapper (Maybe PagingInformation -> [Participant] -> Participants) Source #
getList :: Participants -> [Participant] Source #
getPlural :: Const * Text (Participants, Participant) Source #
parseJSONToList :: Value -> Parser Participants Source #
get1 :: MonadThrow m => ConferenceSID -> TwilioT m Participants Source #