Uses of Class
net.troja.eve.esi.model.CharacterPlanetsResponse.PlanetTypeEnum
-
Packages that use CharacterPlanetsResponse.PlanetTypeEnum Package Description net.troja.eve.esi.model -
-
Uses of CharacterPlanetsResponse.PlanetTypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterPlanetsResponse.PlanetTypeEnum Modifier and Type Method Description static CharacterPlanetsResponse.PlanetTypeEnumCharacterPlanetsResponse.PlanetTypeEnum. fromValue(String value)CharacterPlanetsResponse.PlanetTypeEnumCharacterPlanetsResponse. getPlanetType()planet_type stringCharacterPlanetsResponse.PlanetTypeEnumCharacterPlanetsResponse.PlanetTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CharacterPlanetsResponse.PlanetTypeEnumCharacterPlanetsResponse.PlanetTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterPlanetsResponse.PlanetTypeEnum[]CharacterPlanetsResponse.PlanetTypeEnum. 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 CharacterPlanetsResponse.PlanetTypeEnum Modifier and Type Method Description CharacterPlanetsResponseCharacterPlanetsResponse. planetType(CharacterPlanetsResponse.PlanetTypeEnum planetTypeEnum)voidCharacterPlanetsResponse. setPlanetType(CharacterPlanetsResponse.PlanetTypeEnum planetTypeEnum)voidCharacterPlanetsResponse.PlanetTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CharacterPlanetsResponse.PlanetTypeEnum enumeration)
-