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