twilio-0.1.3.2: Twilio REST API library for Haskell
Twilio.Conferences
Contents
Synopsis
data Conferences Source #
Constructors
Fields
Instances
Methods
(==) :: Conferences -> Conferences -> Bool #
(/=) :: Conferences -> Conferences -> Bool #
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 #
compare :: Conferences -> Conferences -> Ordering #
(<) :: Conferences -> Conferences -> Bool #
(<=) :: Conferences -> Conferences -> Bool #
(>) :: Conferences -> Conferences -> Bool #
(>=) :: Conferences -> Conferences -> Bool #
max :: Conferences -> Conferences -> Conferences #
min :: Conferences -> Conferences -> Conferences #
showsPrec :: Int -> Conferences -> ShowS #
show :: Conferences -> String #
showList :: [Conferences] -> ShowS #
Associated Types
type Rep Conferences :: * -> * #
from :: Conferences -> Rep Conferences x #
to :: Rep Conferences x -> Conferences #
parseJSON :: Value -> Parser Conferences #
parseJSONList :: Value -> Parser [Conferences] #
get0 :: MonadThrow m => TwilioT m Conferences Source #
getListWrapper :: Wrapper (Maybe PagingInformation -> [Conference] -> Conferences) Source #
getList :: Conferences -> [Conference] Source #
getPlural :: Const * Text (Conferences, Conference) Source #
parseJSONToList :: Value -> Parser Conferences Source #