Enum SdkOverlaySettings.OverlaySettingsCase
- java.lang.Object
-
- java.lang.Enum<SdkOverlaySettings.OverlaySettingsCase>
-
- com.streamlayer.sdkSettings.common.SdkOverlaySettings.OverlaySettingsCase
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SdkOverlaySettings.OverlaySettingsCase>
- Enclosing class:
- SdkOverlaySettings
public static enum SdkOverlaySettings.OverlaySettingsCase extends java.lang.Enum<SdkOverlaySettings.OverlaySettingsCase>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BETTINGGAMESGETSTREAMINPLAYOVERLAYSETTINGS_NOT_SETPUBLIC_CHATTWITTER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SdkOverlaySettings.OverlaySettingsCaseforNumber(int value)intgetNumber()static SdkOverlaySettings.OverlaySettingsCasevalueOf(int value)Deprecated.static SdkOverlaySettings.OverlaySettingsCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SdkOverlaySettings.OverlaySettingsCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TWITTER
public static final SdkOverlaySettings.OverlaySettingsCase TWITTER
-
BETTING
public static final SdkOverlaySettings.OverlaySettingsCase BETTING
-
INPLAY
public static final SdkOverlaySettings.OverlaySettingsCase INPLAY
-
GAMES
public static final SdkOverlaySettings.OverlaySettingsCase GAMES
-
GETSTREAM
public static final SdkOverlaySettings.OverlaySettingsCase GETSTREAM
-
PUBLIC_CHAT
public static final SdkOverlaySettings.OverlaySettingsCase PUBLIC_CHAT
-
OVERLAYSETTINGS_NOT_SET
public static final SdkOverlaySettings.OverlaySettingsCase OVERLAYSETTINGS_NOT_SET
-
-
Method Detail
-
values
public static SdkOverlaySettings.OverlaySettingsCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SdkOverlaySettings.OverlaySettingsCase c : SdkOverlaySettings.OverlaySettingsCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SdkOverlaySettings.OverlaySettingsCase valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
valueOf
@Deprecated public static SdkOverlaySettings.OverlaySettingsCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static SdkOverlaySettings.OverlaySettingsCase forNumber(int value)
-
getNumber
public int getNumber()
-
-