类 MyFlagTerm
- java.lang.Object
-
- javax.mail.search.SearchTerm
-
- net.risesoft.james.entity.term.MyFlagTerm
-
- 所有已实现的接口:
Serializable
public final class MyFlagTerm extends javax.mail.search.SearchTermdescription:是否已读搜索- 作者:
- lzw
- 另请参阅:
- 序列化表格
- Date:
- 2023-04-24 11:34
-
-
构造器概要
构造器 构造器 说明 MyFlagTerm(javax.mail.Flags flags, boolean set)Constructor.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 javax.mail.FlagsgetFlags()Return the Flags to test.booleangetTestSet()Return true if testing whether the flags are set.booleanmatch(javax.mail.Message msg)The comparison method.
-
-
-
方法详细资料
-
getFlags
public javax.mail.Flags getFlags()
Return the Flags to test.- 返回:
- the flags
-
getTestSet
public boolean getTestSet()
Return true if testing whether the flags are set.- 返回:
- true if testing whether the flags are set
-
match
public boolean match(javax.mail.Message msg)
The comparison method.- 指定者:
match在类中javax.mail.search.SearchTerm- 参数:
msg- The flag comparison is applied to this Message- 返回:
- true if the comparson succeeds, otherwise false.
-
-