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