Uses of Class
net.troja.eve.esi.model.UiNewMail
-
Packages that use UiNewMail Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of UiNewMail in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api with parameters of type UiNewMail Modifier and Type Method Description voidUserInterfaceApi. 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.v1okhttp3.CallUserInterfaceApi. 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.v1okhttp3.CallUserInterfaceApi. postUiOpenwindowNewmailCall(UiNewMail newMail, String datasource, String token, ApiCallback _callback)Build call for postUiOpenwindowNewmailApiResponse<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 -
Uses of UiNewMail in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return UiNewMail Modifier and Type Method Description UiNewMailUiNewMail. addRecipientsItem(Integer recipientsItem)UiNewMailUiNewMail. body(String body)UiNewMailUiNewMail. recipients(List<Integer> recipients)UiNewMailUiNewMail. subject(String subject)UiNewMailUiNewMail. toCorpOrAllianceId(Integer toCorpOrAllianceId)UiNewMailUiNewMail. toMailingListId(Integer toMailingListId)
-