public enum SdkFlavor extends java.lang.Enum<SdkFlavor> implements IPutIntoJson<java.lang.String>
Enum Constant and Description |
---|
CORDOVA |
FLUTTER |
MPARTICLE |
REACT |
SEGMENT |
TEALIUM |
UNITY |
XAMARIN |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
forJsonPut() |
static SdkFlavor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SdkFlavor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SdkFlavor UNITY
public static final SdkFlavor REACT
public static final SdkFlavor CORDOVA
public static final SdkFlavor XAMARIN
public static final SdkFlavor FLUTTER
public static final SdkFlavor SEGMENT
public static final SdkFlavor TEALIUM
public static final SdkFlavor MPARTICLE
public static SdkFlavor[] values()
for (SdkFlavor c : SdkFlavor.values()) System.out.println(c);
public static SdkFlavor 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 nullpublic java.lang.String forJsonPut()
forJsonPut
in interface IPutIntoJson<java.lang.String>