Package apple.identitylookup.enums
Class ILClassificationAction
- java.lang.Object
-
- apple.identitylookup.enums.ILClassificationAction
-
public final class ILClassificationAction extends java.lang.ObjectDescribes various classification actions.
-
-
Field Summary
Fields Modifier and Type Field Description static longNoneIndicate that no action is requested.static longReportJunkReport communication(s) as junk.static longReportJunkAndBlockSenderReport communication(s) as junk and block the sender.static longReportNotJunkReport communication(s) as not junk.
-
-
-
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
-
-