Sleuth Kit Java Bindings (JNI)  4.6
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.blackboardutils.CommunicationArtifactsHelper.MessageReadStatus Enum Reference

Public Member Functions

 MessageReadStatus (String readStatus)
 
String getDisplayName ()
 

Public Attributes

 READ =("Read")
 message has not been read More...
 
 UNKNOWN =("Unknown")
 
 UNREAD =("Unread")
 read status is unknown More...
 

Detailed Description

Enum for message read status

Definition at line 70 of file CommunicationArtifactsHelper.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.blackboardutils.CommunicationArtifactsHelper.MessageReadStatus.MessageReadStatus ( String  readStatus)

Definition at line 78 of file CommunicationArtifactsHelper.java.

Member Function Documentation

String org.sleuthkit.datamodel.blackboardutils.CommunicationArtifactsHelper.MessageReadStatus.getDisplayName ( )

Definition at line 82 of file CommunicationArtifactsHelper.java.

Member Data Documentation

org.sleuthkit.datamodel.blackboardutils.CommunicationArtifactsHelper.MessageReadStatus.READ =("Read")

message has not been read

Definition at line 74 of file CommunicationArtifactsHelper.java.

org.sleuthkit.datamodel.blackboardutils.CommunicationArtifactsHelper.MessageReadStatus.UNKNOWN =("Unknown")

Definition at line 72 of file CommunicationArtifactsHelper.java.

org.sleuthkit.datamodel.blackboardutils.CommunicationArtifactsHelper.MessageReadStatus.UNREAD =("Unread")

read status is unknown

Definition at line 73 of file CommunicationArtifactsHelper.java.


The documentation for this enum was generated from the following file:

Copyright © 2011-2018 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.