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