public static enum BodyOptions.DataClass extends java.lang.Enum<BodyOptions.DataClass>
Enum Constant and Description |
---|
Calendar |
Contacts |
Email |
Notes |
SMS |
Tasks |
Modifier and Type | Method and Description |
---|---|
static BodyOptions.DataClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BodyOptions.DataClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BodyOptions.DataClass Tasks
public static final BodyOptions.DataClass Email
public static final BodyOptions.DataClass Calendar
public static final BodyOptions.DataClass Contacts
public static final BodyOptions.DataClass SMS
public static final BodyOptions.DataClass Notes
public static BodyOptions.DataClass[] values()
for (BodyOptions.DataClass c : BodyOptions.DataClass.values()) System.out.println(c);
public static BodyOptions.DataClass 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 nullCopyright © 2021. All Rights Reserved.