| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
void |
UserInterfaceApi.postUiOpenwindowNewmail(UiNewMail newMail,
String datasource,
String token)
Open New Mail Window Open the New Mail window, according to settings from
the request if applicable --- SSO Scope: esi-ui.open_window.v1
|
okhttp3.Call |
UserInterfaceApi.postUiOpenwindowNewmailAsync(UiNewMail newMail,
String datasource,
String token,
ApiCallback<Void> _callback)
Open New Mail Window (asynchronously) Open the New Mail window, according
to settings from the request if applicable --- SSO Scope:
esi-ui.open_window.v1
|
okhttp3.Call |
UserInterfaceApi.postUiOpenwindowNewmailCall(UiNewMail newMail,
String datasource,
String token,
ApiCallback _callback)
Build call for postUiOpenwindowNewmail
|
ApiResponse<Void> |
UserInterfaceApi.postUiOpenwindowNewmailWithHttpInfo(UiNewMail newMail,
String datasource,
String token)
Open New Mail Window Open the New Mail window, according to settings from
the request if applicable --- SSO Scope: esi-ui.open_window.v1
|
| Modifier and Type | Method and Description |
|---|---|
UiNewMail |
UiNewMail.addRecipientsItem(Integer recipientsItem) |
UiNewMail |
UiNewMail.body(String body) |
UiNewMail |
UiNewMail.recipients(List<Integer> recipients) |
UiNewMail |
UiNewMail.subject(String subject) |
UiNewMail |
UiNewMail.toCorpOrAllianceId(Integer toCorpOrAllianceId) |
UiNewMail |
UiNewMail.toMailingListId(Integer toMailingListId) |
Copyright © 2023. All Rights Reserved.