public enum PUBGMode extends Enum<PUBGMode>
| Enum Constant and Description |
|---|
duo |
duo_fpp |
solo |
solo_fpp |
squad |
squad_fpp |
| Modifier and Type | Method and Description |
|---|---|
String |
getModeName() |
static PUBGMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PUBGMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="solo") public static final PUBGMode solo
@SerializedName(value="duo") public static final PUBGMode duo
@SerializedName(value="squad") public static final PUBGMode squad
@SerializedName(value="solo-fpp") public static final PUBGMode solo_fpp
@SerializedName(value="duo-fpp") public static final PUBGMode duo_fpp
@SerializedName(value="squad-fpp") public static final PUBGMode squad_fpp
public static PUBGMode[] values()
for (PUBGMode c : PUBGMode.values()) System.out.println(c);
public static PUBGMode 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 getModeName()
Copyright © 2017. All rights reserved.