Uses of Class
net.troja.eve.esi.model.FactionWarfareSystemsResponse.ContestedEnum
-
Packages that use FactionWarfareSystemsResponse.ContestedEnum Package Description net.troja.eve.esi.model -
-
Uses of FactionWarfareSystemsResponse.ContestedEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return FactionWarfareSystemsResponse.ContestedEnum Modifier and Type Method Description static FactionWarfareSystemsResponse.ContestedEnumFactionWarfareSystemsResponse.ContestedEnum. fromValue(String value)FactionWarfareSystemsResponse.ContestedEnumFactionWarfareSystemsResponse. getContested()contested stringFactionWarfareSystemsResponse.ContestedEnumFactionWarfareSystemsResponse.ContestedEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FactionWarfareSystemsResponse.ContestedEnumFactionWarfareSystemsResponse.ContestedEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FactionWarfareSystemsResponse.ContestedEnum[]FactionWarfareSystemsResponse.ContestedEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.troja.eve.esi.model with parameters of type FactionWarfareSystemsResponse.ContestedEnum Modifier and Type Method Description FactionWarfareSystemsResponseFactionWarfareSystemsResponse. contested(FactionWarfareSystemsResponse.ContestedEnum contestedEnum)voidFactionWarfareSystemsResponse. setContested(FactionWarfareSystemsResponse.ContestedEnum contestedEnum)voidFactionWarfareSystemsResponse.ContestedEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FactionWarfareSystemsResponse.ContestedEnum enumeration)
-