Uses of Class
net.troja.eve.esi.model.CharacterBlueprintsResponse.LocationFlagEnum
-
Packages that use CharacterBlueprintsResponse.LocationFlagEnum Package Description net.troja.eve.esi.model -
-
Uses of CharacterBlueprintsResponse.LocationFlagEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterBlueprintsResponse.LocationFlagEnum Modifier and Type Method Description static CharacterBlueprintsResponse.LocationFlagEnumCharacterBlueprintsResponse.LocationFlagEnum. fromValue(String value)CharacterBlueprintsResponse.LocationFlagEnumCharacterBlueprintsResponse. getLocationFlag()Type of the location_idCharacterBlueprintsResponse.LocationFlagEnumCharacterBlueprintsResponse.LocationFlagEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CharacterBlueprintsResponse.LocationFlagEnumCharacterBlueprintsResponse.LocationFlagEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterBlueprintsResponse.LocationFlagEnum[]CharacterBlueprintsResponse.LocationFlagEnum. 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 CharacterBlueprintsResponse.LocationFlagEnum Modifier and Type Method Description CharacterBlueprintsResponseCharacterBlueprintsResponse. locationFlag(CharacterBlueprintsResponse.LocationFlagEnum locationFlagEnum)voidCharacterBlueprintsResponse. setLocationFlag(CharacterBlueprintsResponse.LocationFlagEnum locationFlagEnum)voidCharacterBlueprintsResponse.LocationFlagEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CharacterBlueprintsResponse.LocationFlagEnum enumeration)
-