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