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.
|
okhttp3.Call |
getCharactersCharacterIdCalendarAsync(Integer characterId,
String datasource,
Integer fromEvent,
String ifNoneMatch,
String token,
ApiCallback<List<CharacterCalendarResponse>> _callback)
List calendar event summaries (asynchronously) Get 50 event summaries
from the calendar.
|
okhttp3.Call |
getCharactersCharacterIdCalendarCall(Integer characterId,
String datasource,
Integer fromEvent,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdCalendar
|
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
|
okhttp3.Call |
getCharactersCharacterIdCalendarEventIdAsync(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<CharacterCalendarEventResponse> _callback)
Get an event (asynchronously) 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
|
okhttp3.Call |
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
|
okhttp3.Call |
getCharactersCharacterIdCalendarEventIdAttendeesCall(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdCalendarEventIdAttendees
|
ApiResponse<List<CharacterCalendarAttendeesResponse>> |
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
|
okhttp3.Call |
getCharactersCharacterIdCalendarEventIdCall(Integer characterId,
Integer eventId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback _callback)
Build call for getCharactersCharacterIdCalendarEventId
|
ApiResponse<CharacterCalendarEventResponse> |
getCharactersCharacterIdCalendarEventIdWithHttpInfo(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
|
ApiResponse<List<CharacterCalendarResponse>> |
getCharactersCharacterIdCalendarWithHttpInfo(Integer characterId,
String datasource,
Integer fromEvent,
String ifNoneMatch,
String token)
List calendar event summaries Get 50 event summaries from the calendar.
|
void |
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.v1
|
okhttp3.Call |
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.v1
|
okhttp3.Call |
putCharactersCharacterIdCalendarEventIdCall(Integer characterId,
Integer eventId,
CharacterCalendarEvent response,
String datasource,
String token,
ApiCallback _callback)
Build call for putCharactersCharacterIdCalendarEventId
|
ApiResponse<Void> |
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
|
void |
setApiClient(ApiClient apiClient) |
public CalendarApi()
public CalendarApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getCharactersCharacterIdCalendarCall(Integer characterId, String datasource, Integer fromEvent, String ifNoneMatch, String token, ApiCallback _callback) 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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic 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 fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<CharacterCalendarResponse>> getCharactersCharacterIdCalendarWithHttpInfo(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 fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getCharactersCharacterIdCalendarAsync(Integer characterId, String datasource, Integer fromEvent, String ifNoneMatch, String token, ApiCallback<List<CharacterCalendarResponse>> _callback) 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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getCharactersCharacterIdCalendarEventIdCall(Integer characterId, Integer eventId, String datasource, String ifNoneMatch, String token, ApiCallback _callback) 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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic 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 fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<CharacterCalendarEventResponse> getCharactersCharacterIdCalendarEventIdWithHttpInfo(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 fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getCharactersCharacterIdCalendarEventIdAsync(Integer characterId, Integer eventId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterCalendarEventResponse> _callback) 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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getCharactersCharacterIdCalendarEventIdAttendeesCall(Integer characterId, Integer eventId, String datasource, String ifNoneMatch, String token, ApiCallback _callback) 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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic 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 fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<CharacterCalendarAttendeesResponse>> getCharactersCharacterIdCalendarEventIdAttendeesWithHttpInfo(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 fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getCharactersCharacterIdCalendarEventIdAttendeesAsync(Integer characterId, Integer eventId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterCalendarAttendeesResponse>> _callback) 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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call putCharactersCharacterIdCalendarEventIdCall(Integer characterId, Integer eventId, CharacterCalendarEvent response, String datasource, String token, ApiCallback _callback) throws ApiException
characterId - An EVE character ID (required)eventId - The ID of the event requested (required)response - (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)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic 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 - (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 fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<Void> putCharactersCharacterIdCalendarEventIdWithHttpInfo(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 - (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 fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call putCharactersCharacterIdCalendarEventIdAsync(Integer characterId, Integer eventId, CharacterCalendarEvent response, String datasource, String token, ApiCallback<Void> _callback) throws ApiException
characterId - An EVE character ID (required)eventId - The ID of the event requested (required)response - (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)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request
body objectCopyright © 2021. All Rights Reserved.