Uses of Class
net.troja.eve.esi.model.CharacterAssetsResponse.LocationTypeEnum
-
Packages that use CharacterAssetsResponse.LocationTypeEnum Package Description net.troja.eve.esi.model -
-
Uses of CharacterAssetsResponse.LocationTypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterAssetsResponse.LocationTypeEnum Modifier and Type Method Description static CharacterAssetsResponse.LocationTypeEnumCharacterAssetsResponse.LocationTypeEnum. fromValue(String value)CharacterAssetsResponse.LocationTypeEnumCharacterAssetsResponse. getLocationType()location_type stringCharacterAssetsResponse.LocationTypeEnumCharacterAssetsResponse.LocationTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CharacterAssetsResponse.LocationTypeEnumCharacterAssetsResponse.LocationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterAssetsResponse.LocationTypeEnum[]CharacterAssetsResponse.LocationTypeEnum. 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 CharacterAssetsResponse.LocationTypeEnum Modifier and Type Method Description CharacterAssetsResponseCharacterAssetsResponse. locationType(CharacterAssetsResponse.LocationTypeEnum locationTypeEnum)voidCharacterAssetsResponse. setLocationType(CharacterAssetsResponse.LocationTypeEnum locationTypeEnum)voidCharacterAssetsResponse.LocationTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CharacterAssetsResponse.LocationTypeEnum enumeration)
-