chatwork-0.1.2.0: The ChatWork API in Haskell

Safe HaskellNone
LanguageHaskell2010

ChatWork.Types.Me

Documentation

data Me Source #

Instances

Eq Me Source # 

Methods

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

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

Show Me Source # 

Methods

showsPrec :: Int -> Me -> ShowS #

show :: Me -> String #

showList :: [Me] -> ShowS #

Generic Me Source # 

Associated Types

type Rep Me :: * -> * #

Methods

from :: Me -> Rep Me x #

to :: Rep Me x -> Me #

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