Uses of Class
net.troja.eve.esi.model.CharacterOrdersHistoryResponse.StateEnum
-
Packages that use CharacterOrdersHistoryResponse.StateEnum Package Description net.troja.eve.esi.model -
-
Uses of CharacterOrdersHistoryResponse.StateEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterOrdersHistoryResponse.StateEnum Modifier and Type Method Description static CharacterOrdersHistoryResponse.StateEnumCharacterOrdersHistoryResponse.StateEnum. fromValue(String value)CharacterOrdersHistoryResponse.StateEnumCharacterOrdersHistoryResponse. getState()Current order stateCharacterOrdersHistoryResponse.StateEnumCharacterOrdersHistoryResponse.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CharacterOrdersHistoryResponse.StateEnumCharacterOrdersHistoryResponse.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterOrdersHistoryResponse.StateEnum[]CharacterOrdersHistoryResponse.StateEnum. 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 CharacterOrdersHistoryResponse.StateEnum Modifier and Type Method Description voidCharacterOrdersHistoryResponse. setState(CharacterOrdersHistoryResponse.StateEnum stateEnum)CharacterOrdersHistoryResponseCharacterOrdersHistoryResponse. state(CharacterOrdersHistoryResponse.StateEnum stateEnum)voidCharacterOrdersHistoryResponse.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CharacterOrdersHistoryResponse.StateEnum enumeration)
-