Interface ReportAPI
public interface ReportAPI
-
Method Details
-
hasTag
-
getTags
Collection<String> getTags() -
getEventType
String getEventType() -
getEventStage
String getEventStage() -
getProbability
float getProbability() -
getChannel
String getChannel() -
getSubject
String getSubject() -
getSummary
String getSummary() -
getAssessment
String getAssessment() -
getImage
String getImage()
-