| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterCalendarAttendeesResponse> |
CalendarApi.getCharactersCharacterIdCalendarEventIdAttendees(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token)
Get attendees Get all invited attendees for a given event --- This route
is cached for up to 600 seconds SSO Scope:
esi-calendar.read_calendar_events.v1
|
ApiResponse<List<CharacterCalendarAttendeesResponse>> |
CalendarApi.getCharactersCharacterIdCalendarEventIdAttendeesWithHttpInfo(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token)
Get attendees Get all invited attendees for a given event --- This route
is cached for up to 600 seconds SSO Scope:
esi-calendar.read_calendar_events.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CalendarApi.getCharactersCharacterIdCalendarEventIdAttendeesAsync(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterCalendarAttendeesResponse>> _callback)
Get attendees (asynchronously) Get all invited attendees for a given
event --- This route is cached for up to 600 seconds SSO Scope:
esi-calendar.read_calendar_events.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterCalendarAttendeesResponse |
CharacterCalendarAttendeesResponse.characterId(Integer characterId) |
CharacterCalendarAttendeesResponse |
CharacterCalendarAttendeesResponse.eventResponse(CharacterCalendarAttendeesResponse.EventResponseEnum eventResponse) |
Copyright © 2019. All Rights Reserved.