| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
CharacterCalendarEventResponse |
CalendarApi.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
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CharacterCalendarEventResponse> |
CalendarApi.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
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CalendarApi.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
|
| Modifier and Type | Method and Description |
|---|---|
CharacterCalendarEventResponse |
CharacterCalendarEventResponse.date(java.time.OffsetDateTime date) |
CharacterCalendarEventResponse |
CharacterCalendarEventResponse.duration(Integer duration) |
CharacterCalendarEventResponse |
CharacterCalendarEventResponse.eventId(Integer eventId) |
CharacterCalendarEventResponse |
CharacterCalendarEventResponse.importance(Integer importance) |
CharacterCalendarEventResponse |
CharacterCalendarEventResponse.ownerId(Integer ownerId) |
CharacterCalendarEventResponse |
CharacterCalendarEventResponse.ownerName(String ownerName) |
CharacterCalendarEventResponse |
CharacterCalendarEventResponse.ownerType(CharacterCalendarEventResponse.OwnerTypeEnum ownerType) |
CharacterCalendarEventResponse |
CharacterCalendarEventResponse.response(String response) |
CharacterCalendarEventResponse |
CharacterCalendarEventResponse.text(String text) |
CharacterCalendarEventResponse |
CharacterCalendarEventResponse.title(String title) |
Copyright © 2020. All Rights Reserved.