Package apple.identitylookup.enums
Class ILMessageFilterAction
- java.lang.Object
-
- apple.identitylookup.enums.ILMessageFilterAction
-
public final class ILMessageFilterAction extends java.lang.ObjectDescribes an action to take in response to a received message.
-
-
Field Summary
Fields Modifier and Type Field Description static longAllowAllow the message to be shown normally.static longFilterPrevent the message from being shown normally, filtered as Junk message.static longJunkPrevent the message from being shown normally, filtered as Junk message.static longNoneInsufficient information to determine an action to take.static longPromotionPrevent the message from being shown normally, filtered as Promotional message.static longTransactionPrevent the message from being shown normally, filtered as Transactional message.
-
-
-
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
-
-