public static enum KeepJnxSession.Note2JsonOptions extends java.lang.Enum<KeepJnxSession.Note2JsonOptions>
Options available when converting a Note into a Json Structure
Enum Constant and Description |
---|
EXCLUDE_LISTED_FIELDS
Use the keys of the parameter map to exclude fields
|
INCLUDE_RICHTEXT
Include fields that are RichText
|
ONLY_LISTED_FIELDS
Only return fields listed as keys in the parameter map
|
RICHTEXT_AS_MIME
Convert RichText into MIME
|
Modifier and Type | Method and Description |
---|---|
static KeepJnxSession.Note2JsonOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeepJnxSession.Note2JsonOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeepJnxSession.Note2JsonOptions INCLUDE_RICHTEXT
public static final KeepJnxSession.Note2JsonOptions ONLY_LISTED_FIELDS
public static final KeepJnxSession.Note2JsonOptions EXCLUDE_LISTED_FIELDS
public static final KeepJnxSession.Note2JsonOptions RICHTEXT_AS_MIME
public static KeepJnxSession.Note2JsonOptions[] values()
for (KeepJnxSession.Note2JsonOptions c : KeepJnxSession.Note2JsonOptions.values()) System.out.println(c);
public static KeepJnxSession.Note2JsonOptions 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