chatwork-0.1.3.5: The ChatWork API in Haskell

Safe HaskellNone
LanguageHaskell2010

ChatWork.Types.Me

Documentation

data Me Source #

Instances
Eq Me Source # 
Instance details

Defined in ChatWork.Types.Me

Methods

(==) :: Me -> Me -> Bool #

(/=) :: Me -> Me -> Bool #

Show Me Source # 
Instance details

Defined in ChatWork.Types.Me

Methods

showsPrec :: Int -> Me -> ShowS #

show :: Me -> String #

showList :: [Me] -> ShowS #

Generic Me Source # 
Instance details

Defined in ChatWork.Types.Me

Associated Types

type Rep Me :: * -> * #

Methods

from :: Me -> Rep Me x #

to :: Rep Me x -> Me #

ToJSON Me Source # 
Instance details

Defined in ChatWork.Types.Me

FromJSON Me Source # 
Instance details

Defined in ChatWork.Types.Me

type Rep Me Source # 
Instance details

Defined in ChatWork.Types.Me

type Rep Me = D1 (MetaData "Me" "ChatWork.Types.Me" "chatwork-0.1.3.5-8RDvlHLJTETLae7YWh0Dee" False) (C1 (MetaCons "Me" PrefixI True) ((((S1 (MetaSel (Just "meToAccountId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Just "meToRoomId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)) :*: (S1 (MetaSel (Just "meToName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "meToChatworkId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) :*: ((S1 (MetaSel (Just "meToOrganizationId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Just "meToOrganizationName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) :*: (S1 (MetaSel (Just "meToDepartment") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "meToTitle") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "meToUrl") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))))) :*: (((S1 (MetaSel (Just "meToIntroduction") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "meToMail") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) :*: (S1 (MetaSel (Just "meToTelOrganization") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "meToTelExtension") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) :*: ((S1 (MetaSel (Just "meToTelMobile") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "meToSkype") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) :*: (S1 (MetaSel (Just "meToFacebook") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "meToTwitter") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "meToAvatarImageUrl") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))))))