| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
void |
UserInterfaceApi.postUiOpenwindowNewmail(String datasource,
String token,
UiNewMail uiNewMail)
Open New Mail Window Open the New Mail window, according to settings from
the request if applicable --- SSO Scope: esi-ui.open_window.v1
|
com.squareup.okhttp.Call |
UserInterfaceApi.postUiOpenwindowNewmailAsync(String datasource,
String token,
UiNewMail uiNewMail,
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
|
com.squareup.okhttp.Call |
UserInterfaceApi.postUiOpenwindowNewmailCall(String datasource,
String token,
UiNewMail uiNewMail,
ApiCallback callback)
Build call for postUiOpenwindowNewmail
|
ApiResponse<Void> |
UserInterfaceApi.postUiOpenwindowNewmailWithHttpInfo(String datasource,
String token,
UiNewMail uiNewMail)
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 © 2019. All Rights Reserved.