public class CalendarApi extends Object
| Constructor and Description |
|---|
CalendarApi() |
CalendarApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<CharacterCalendarResponse> |
getCharactersCharacterIdCalendar(Integer characterId,
String datasource,
Integer fromEvent,
String ifNoneMatch,
String token)
List calendar event summaries Get 50 event summaries from the calendar.
|
CharacterCalendarEventResponse |
getCharactersCharacterIdCalendarEventId(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token)
Get an event Get all the information for a specific event --- This route
is cached for up to 5 seconds SSO Scope:
esi-calendar.read_calendar_events.v1
|
List<CharacterCalendarAttendeesResponse> |
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
|
void |
putCharactersCharacterIdCalendarEventId(Integer characterId,
Integer eventId,
CharacterCalendarEvent response,
String datasource,
String token)
Respond to an event Set your response status to an event --- SSO Scope:
esi-calendar.respond_calendar_events.v1
|
void |
setApiClient(ApiClient apiClient) |
public CalendarApi()
public CalendarApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<CharacterCalendarResponse> getCharactersCharacterIdCalendar(Integer characterId, String datasource, Integer fromEvent, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)datasource - The server name you would like data from (optional, default to
tranquility)fromEvent - The event ID to retrieve events from (optional)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic CharacterCalendarEventResponse getCharactersCharacterIdCalendarEventId(Integer characterId, Integer eventId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)eventId - The id of the event requested (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic List<CharacterCalendarAttendeesResponse> getCharactersCharacterIdCalendarEventIdAttendees(Integer characterId, Integer eventId, String datasource, String ifNoneMatch, String token) throws ApiException
characterId - An EVE character ID (required)eventId - The id of the event requested (required)datasource - The server name you would like data from (optional, default to
tranquility)ifNoneMatch - ETag from a previous request. A 304 will be returned if this
matches the current ETag (optional)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callpublic void putCharactersCharacterIdCalendarEventId(Integer characterId, Integer eventId, CharacterCalendarEvent response, String datasource, String token) throws ApiException
characterId - An EVE character ID (required)eventId - The ID of the event requested (required)response - The response value to set, overriding current value (required)datasource - The server name you would like data from (optional, default to
tranquility)token - Access token to use if unable to set a header (optional)ApiException - if fails to make API callCopyright © 2018. All Rights Reserved.