Redmine-0.0.8: Library to access Redmine's REST services

Safe HaskellNone
LanguageHaskell2010

Redmine.Types

Documentation

data Status Source #

Constructors

Closed 
Open 

Instances

data IssueRsp Source #

Constructors

IssueRsp 

Fields

data Watcher Source #

Constructors

Watcher 

data Child Source #

Instances

Eq Child Source # 

Methods

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

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

Show Child Source # 

Methods

showsPrec :: Int -> Child -> ShowS #

show :: Child -> String #

showList :: [Child] -> ShowS #

data ObjRef Source #

Constructors

ObjRef 

Instances

data ObjID Source #

Constructors

ObjID 

Fields

Instances

Eq ObjID Source # 

Methods

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

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

Show ObjID Source # 

Methods

showsPrec :: Int -> ObjID -> ShowS #

show :: ObjID -> String #

showList :: [ObjID] -> ShowS #

data UsersRsp Source #

Constructors

UsersRsp 

Fields

data UserRsp Source #

Constructors

UserRsp 

Fields

data User Source #

Instances

Eq User Source # 

Methods

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

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

Show User Source # 

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

data Trackers Source #

Constructors

Trackers 

Fields

data Tracker Source #

Constructors

Tracker 

data Roles Source #

Constructors

Roles 

Fields

Instances

Eq Roles Source # 

Methods

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

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

Show Roles Source # 

Methods

showsPrec :: Int -> Roles -> ShowS #

show :: Roles -> String #

showList :: [Roles] -> ShowS #

data Role Source #

Constructors

Role 

Fields

Instances

Eq Role Source # 

Methods

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

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

Show Role Source # 

Methods

showsPrec :: Int -> Role -> ShowS #

show :: Role -> String #

showList :: [Role] -> ShowS #