Uses of Class
net.troja.eve.esi.model.CharacterCalendarEvent.ResponseEnum
-
Packages that use CharacterCalendarEvent.ResponseEnum Package Description net.troja.eve.esi.model -
-
Uses of CharacterCalendarEvent.ResponseEnum in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterCalendarEvent.ResponseEnum Modifier and Type Method Description static CharacterCalendarEvent.ResponseEnumCharacterCalendarEvent.ResponseEnum. fromValue(String value)CharacterCalendarEvent.ResponseEnumCharacterCalendarEvent. getResponse()response stringCharacterCalendarEvent.ResponseEnumCharacterCalendarEvent.ResponseEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CharacterCalendarEvent.ResponseEnumCharacterCalendarEvent.ResponseEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterCalendarEvent.ResponseEnum[]CharacterCalendarEvent.ResponseEnum. 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 CharacterCalendarEvent.ResponseEnum Modifier and Type Method Description CharacterCalendarEventCharacterCalendarEvent. response(CharacterCalendarEvent.ResponseEnum responseEnum)voidCharacterCalendarEvent. setResponse(CharacterCalendarEvent.ResponseEnum responseEnum)voidCharacterCalendarEvent.ResponseEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CharacterCalendarEvent.ResponseEnum enumeration)
-