Class ILMessageFilterAction


  • public final class ILMessageFilterAction
    extends java.lang.Object
    Describes an action to take in response to a received message.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Allow
      Allow the message to be shown normally.
      static long Filter
      Prevent the message from being shown normally, filtered as Junk message.
      static long Junk
      Prevent the message from being shown normally, filtered as Junk message.
      static long None
      Insufficient information to determine an action to take.
      static long Promotion
      Prevent the message from being shown normally, filtered as Promotional message.
      static long Transaction
      Prevent the message from being shown normally, filtered as Transactional message.
    • 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
        Insufficient information to determine an action to take. In a query response, has the effect of allowing the message to be shown normally.
        See Also:
        Constant Field Values
      • Allow

        public static final long Allow
        Allow the message to be shown normally.
        See Also:
        Constant Field Values
      • Filter

        public static final long Filter
        Prevent the message from being shown normally, filtered as Junk message.
        See Also:
        Constant Field Values
      • Junk

        public static final long Junk
        Prevent the message from being shown normally, filtered as Junk message.
        See Also:
        Constant Field Values
      • Promotion

        public static final long Promotion
        Prevent the message from being shown normally, filtered as Promotional message.
        See Also:
        Constant Field Values
      • Transaction

        public static final long Transaction
        Prevent the message from being shown normally, filtered as Transactional message.
        See Also:
        Constant Field Values