Uses of Class
net.troja.eve.esi.model.CharacterCalendarEvent
-
Packages that use CharacterCalendarEvent Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterCalendarEvent in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api with parameters of type CharacterCalendarEvent Modifier and Type Method Description voidCalendarApi. putCharactersCharacterIdCalendarEventId(Integer characterId, Integer eventId, CharacterCalendarEvent response, String datasource, String token)Respond to an event Set your response status to an event --- This route is cached for up to 5 seconds SSO Scope: esi-calendar.respond_calendar_events.v1okhttp3.CallCalendarApi. putCharactersCharacterIdCalendarEventIdAsync(Integer characterId, Integer eventId, CharacterCalendarEvent response, String datasource, String token, ApiCallback<Void> _callback)Respond to an event (asynchronously) Set your response status to an event --- This route is cached for up to 5 seconds SSO Scope: esi-calendar.respond_calendar_events.v1okhttp3.CallCalendarApi. putCharactersCharacterIdCalendarEventIdCall(Integer characterId, Integer eventId, CharacterCalendarEvent response, String datasource, String token, ApiCallback _callback)Build call for putCharactersCharacterIdCalendarEventIdApiResponse<Void>CalendarApi. putCharactersCharacterIdCalendarEventIdWithHttpInfo(Integer characterId, Integer eventId, CharacterCalendarEvent response, String datasource, String token)Respond to an event Set your response status to an event --- This route is cached for up to 5 seconds SSO Scope: esi-calendar.respond_calendar_events.v1 -
Uses of CharacterCalendarEvent in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterCalendarEvent Modifier and Type Method Description CharacterCalendarEventCharacterCalendarEvent. response(CharacterCalendarEvent.ResponseEnum responseEnum)CharacterCalendarEventCharacterCalendarEvent. responseString(String response)
-