public static enum PollMailboxTrigger.Properties extends java.lang.Enum<PollMailboxTrigger.Properties>
Enum Constant and Description |
---|
attachments |
folder |
host |
password |
receivedXMinutesAgo |
storeName |
subjectContains |
username |
Modifier and Type | Method and Description |
---|---|
static PollMailboxTrigger.Properties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PollMailboxTrigger.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PollMailboxTrigger.Properties storeName
public static final PollMailboxTrigger.Properties host
public static final PollMailboxTrigger.Properties username
public static final PollMailboxTrigger.Properties password
public static final PollMailboxTrigger.Properties folder
public static final PollMailboxTrigger.Properties subjectContains
public static final PollMailboxTrigger.Properties receivedXMinutesAgo
public static final PollMailboxTrigger.Properties attachments
public static PollMailboxTrigger.Properties[] values()
for (PollMailboxTrigger.Properties c : PollMailboxTrigger.Properties.values()) System.out.println(c);
public static PollMailboxTrigger.Properties valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null