Uses of Class
adams.core.net.imap.Flag
-
Packages that use Flag Package Description adams.core.net.imap adams.flow.source.imapsource -
-
Uses of Flag in adams.core.net.imap
Methods in adams.core.net.imap that return Flag Modifier and Type Method Description static Flag
Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static Flag[]
Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.core.net.imap with parameters of type Flag Modifier and Type Method Description static boolean
Flag. isValid(Flag[] flags)
Checks whether the flags are valid.static void
Flag. updateFilter(Flag[] flags, jodd.mail.EmailFilter filter)
Sets the flags on the filter. -
Uses of Flag in adams.flow.source.imapsource
Fields in adams.flow.source.imapsource declared as Flag Modifier and Type Field Description protected Flag[]
ReceiveEmail. m_Flags
the flags to look for.Methods in adams.flow.source.imapsource that return Flag Modifier and Type Method Description Flag[]
ReceiveEmail. getFlags()
Returns the flags to look for.Methods in adams.flow.source.imapsource with parameters of type Flag Modifier and Type Method Description void
ReceiveEmail. setFlags(Flag[] value)
Sets the flags to look for.
-