Package com.sudicode.fb2gh.fogbugz
Class FBCaseEvent
- java.lang.Object
-
- com.sudicode.fb2gh.fogbugz.FBCaseEvent
-
public class FBCaseEvent extends Object
FogBugz case event.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FBAttachment>
getAttachments()
String
getBody()
int
getCaseId()
String
getChanges()
String
getDateTime()
String
getDescription()
int
getId()
-
-
-
Method Detail
-
getId
public int getId()
- Returns:
- Identity field in the database for this event
-
getCaseId
public int getCaseId()
- Returns:
- Case number
-
getBody
public String getBody()
- Returns:
- The raw HTML version of the event
-
getChanges
public String getChanges()
- Returns:
- Description of changes to the case during this event
-
getAttachments
public List<FBAttachment> getAttachments()
- Returns:
- The attachments of the event
-
getDescription
public String getDescription()
- Returns:
- Description of event in YOUR language
-
getDateTime
public String getDateTime()
- Returns:
- Date and time that the event happened, in RFC822 UTC format
-
-