Sleuth Kit Java Bindings (JNI)  4.11.1
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 81 of file CommunicationArtifactsHelper.java.

Constructor & Destructor Documentation

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

Definition at line 89 of file CommunicationArtifactsHelper.java.

Member Function Documentation

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

Definition at line 93 of file CommunicationArtifactsHelper.java.

Member Data Documentation

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

message has not been read

Definition at line 85 of file CommunicationArtifactsHelper.java.

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

Definition at line 83 of file CommunicationArtifactsHelper.java.

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

read status is unknown

Definition at line 84 of file CommunicationArtifactsHelper.java.


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

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