Class ILClassificationAction


  • public final class ILClassificationAction
    extends java.lang.Object
    Describes various classification actions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long None
      Indicate that no action is requested.
      static long ReportJunk
      Report communication(s) as junk.
      static long ReportJunkAndBlockSender
      Report communication(s) as junk and block the sender.
      static long ReportNotJunk
      Report communication(s) as not junk.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • None

        public static final long None
        Indicate that no action is requested.
        See Also:
        Constant Field Values
      • ReportNotJunk

        public static final long ReportNotJunk
        Report communication(s) as not junk.
        See Also:
        Constant Field Values
      • ReportJunk

        public static final long ReportJunk
        Report communication(s) as junk.
        See Also:
        Constant Field Values
      • ReportJunkAndBlockSender

        public static final long ReportJunkAndBlockSender
        Report communication(s) as junk and block the sender.
        See Also:
        Constant Field Values