Uses of Class
net.troja.eve.esi.model.CorporationStandingsResponse.FromTypeEnum
-
Packages that use CorporationStandingsResponse.FromTypeEnum Package Description net.troja.eve.esi.model -
-
Uses of CorporationStandingsResponse.FromTypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationStandingsResponse.FromTypeEnum Modifier and Type Method Description static CorporationStandingsResponse.FromTypeEnumCorporationStandingsResponse.FromTypeEnum. fromValue(String value)CorporationStandingsResponse.FromTypeEnumCorporationStandingsResponse. getFromType()from_type stringCorporationStandingsResponse.FromTypeEnumCorporationStandingsResponse.FromTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CorporationStandingsResponse.FromTypeEnumCorporationStandingsResponse.FromTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CorporationStandingsResponse.FromTypeEnum[]CorporationStandingsResponse.FromTypeEnum. 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 CorporationStandingsResponse.FromTypeEnum Modifier and Type Method Description CorporationStandingsResponseCorporationStandingsResponse. fromType(CorporationStandingsResponse.FromTypeEnum fromTypeEnum)voidCorporationStandingsResponse. setFromType(CorporationStandingsResponse.FromTypeEnum fromTypeEnum)voidCorporationStandingsResponse.FromTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CorporationStandingsResponse.FromTypeEnum enumeration)
-