public enum MessageActionFlag extends Enum<MessageActionFlag> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
ANY |
CALL |
DO_NOT_FORWARD |
FOLLOW_UP |
FORWARD |
FYI |
NO_RESPONSE_NECESSARY |
READ |
REPLY |
REPLY_TO_ALL |
REVIEW |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static MessageActionFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageActionFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageActionFlag ANY
public static final MessageActionFlag CALL
public static final MessageActionFlag DO_NOT_FORWARD
public static final MessageActionFlag FOLLOW_UP
public static final MessageActionFlag FYI
public static final MessageActionFlag FORWARD
public static final MessageActionFlag NO_RESPONSE_NECESSARY
public static final MessageActionFlag READ
public static final MessageActionFlag REPLY
public static final MessageActionFlag REPLY_TO_ALL
public static final MessageActionFlag REVIEW
public static MessageActionFlag[] values()
for (MessageActionFlag c : MessageActionFlag.values()) System.out.println(c);
public static MessageActionFlag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.