github-0.25: Access to the GitHub API, v3.

LicenseBSD-3-Clause
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
Safe HaskellNone
LanguageHaskell2010

GitHub.Data.Comments

Description

 

Documentation

data Comment Source #

Instances
Eq Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

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

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

Data Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

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

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

toConstr :: Comment -> Constr #

dataTypeOf :: Comment -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Show Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Generic Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep Comment :: Type -> Type #

Methods

from :: Comment -> Rep Comment x #

to :: Rep Comment x -> Comment #

FromJSON Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Binary Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

put :: Comment -> Put #

get :: Get Comment #

putList :: [Comment] -> Put #

NFData Comment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: Comment -> () #

type Rep Comment Source # 
Instance details

Defined in GitHub.Data.Comments

data NewComment Source #

Constructors

NewComment 

Fields

Instances
Eq NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Data NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

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

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

toConstr :: NewComment -> Constr #

dataTypeOf :: NewComment -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Show NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Generic NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep NewComment :: Type -> Type #

ToJSON NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Binary NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

NFData NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: NewComment -> () #

type Rep NewComment Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep NewComment = D1 (MetaData "NewComment" "GitHub.Data.Comments" "github-0.25-1HQIU2gSqEnJ7BxC9veRNX" False) (C1 (MetaCons "NewComment" PrefixI True) (S1 (MetaSel (Just "newCommentBody") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

data EditComment Source #

Constructors

EditComment 

Fields

Instances
Eq EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Data EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

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

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

toConstr :: EditComment -> Constr #

dataTypeOf :: EditComment -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Show EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Generic EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep EditComment :: Type -> Type #

ToJSON EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Binary EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

NFData EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: EditComment -> () #

type Rep EditComment Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep EditComment = D1 (MetaData "EditComment" "GitHub.Data.Comments" "github-0.25-1HQIU2gSqEnJ7BxC9veRNX" False) (C1 (MetaCons "EditComment" PrefixI True) (S1 (MetaSel (Just "editCommentBody") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

data NewPullComment Source #

Instances
Eq NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Data NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

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

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

toConstr :: NewPullComment -> Constr #

dataTypeOf :: NewPullComment -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Show NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Generic NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep NewPullComment :: Type -> Type #

ToJSON NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Binary NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

NFData NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: NewPullComment -> () #

type Rep NewPullComment Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep NewPullComment = D1 (MetaData "NewPullComment" "GitHub.Data.Comments" "github-0.25-1HQIU2gSqEnJ7BxC9veRNX" False) (C1 (MetaCons "NewPullComment" PrefixI True) ((S1 (MetaSel (Just "newPullCommentCommit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "newPullCommentPath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "newPullCommentPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "newPullCommentBody") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

data PullCommentReply Source #

Instances
Eq PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

Data PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

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

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

toConstr :: PullCommentReply -> Constr #

dataTypeOf :: PullCommentReply -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

Show PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

Generic PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

Associated Types

type Rep PullCommentReply :: Type -> Type #

ToJSON PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

NFData PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

Methods

rnf :: PullCommentReply -> () #

type Rep PullCommentReply Source # 
Instance details

Defined in GitHub.Data.Comments

type Rep PullCommentReply = D1 (MetaData "PullCommentReply" "GitHub.Data.Comments" "github-0.25-1HQIU2gSqEnJ7BxC9veRNX" False) (C1 (MetaCons "PullCommentReply" PrefixI True) (S1 (MetaSel (Just "pullCommentReplyBody") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))