Uses of Class
net.troja.eve.esi.model.CharacterNotificationsResponse.TypeEnum
-
Packages that use CharacterNotificationsResponse.TypeEnum Package Description net.troja.eve.esi.model -
-
Uses of CharacterNotificationsResponse.TypeEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterNotificationsResponse.TypeEnum Modifier and Type Method Description static CharacterNotificationsResponse.TypeEnumCharacterNotificationsResponse.TypeEnum. fromValue(String value)CharacterNotificationsResponse.TypeEnumCharacterNotificationsResponse. getType()type stringCharacterNotificationsResponse.TypeEnumCharacterNotificationsResponse.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CharacterNotificationsResponse.TypeEnumCharacterNotificationsResponse.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterNotificationsResponse.TypeEnum[]CharacterNotificationsResponse.TypeEnum. 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 CharacterNotificationsResponse.TypeEnum Modifier and Type Method Description voidCharacterNotificationsResponse. setType(CharacterNotificationsResponse.TypeEnum typeEnum)CharacterNotificationsResponseCharacterNotificationsResponse. type(CharacterNotificationsResponse.TypeEnum typeEnum)voidCharacterNotificationsResponse.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CharacterNotificationsResponse.TypeEnum enumeration)
-