Uses of Class
net.troja.eve.esi.model.CharacterCalendarEventResponse
-
Packages that use CharacterCalendarEventResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterCalendarEventResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterCalendarEventResponse Modifier and Type Method Description CharacterCalendarEventResponseCalendarApi. 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.v1Methods in net.troja.eve.esi.api that return types with arguments of type CharacterCalendarEventResponse Modifier and Type Method 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.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterCalendarEventResponse Modifier and Type Method Description okhttp3.CallCalendarApi. 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 -
Uses of CharacterCalendarEventResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterCalendarEventResponse Modifier and Type Method Description CharacterCalendarEventResponseCharacterCalendarEventResponse. date(java.time.OffsetDateTime date)CharacterCalendarEventResponseCharacterCalendarEventResponse. duration(Integer duration)CharacterCalendarEventResponseCharacterCalendarEventResponse. eventId(Integer eventId)CharacterCalendarEventResponseCharacterCalendarEventResponse. importance(Integer importance)CharacterCalendarEventResponseCharacterCalendarEventResponse. ownerId(Integer ownerId)CharacterCalendarEventResponseCharacterCalendarEventResponse. ownerName(String ownerName)CharacterCalendarEventResponseCharacterCalendarEventResponse. ownerType(CharacterCalendarEventResponse.OwnerTypeEnum ownerTypeEnum)CharacterCalendarEventResponseCharacterCalendarEventResponse. ownerTypeString(String ownerType)CharacterCalendarEventResponseCharacterCalendarEventResponse. response(String response)CharacterCalendarEventResponseCharacterCalendarEventResponse. text(String text)CharacterCalendarEventResponseCharacterCalendarEventResponse. title(String title)
-