| Package | Description |
|---|---|
| net.nextpulse.postmarkapp.api.account | |
| net.nextpulse.postmarkapp.models.account |
| Modifier and Type | Method and Description |
|---|---|
ExtendedServerInfo |
ServerManagementAPIApi.createServer(String xPostmarkAccountToken,
CreateServerPayload body)
Create a Server
|
ExtendedServerInfo |
ServerManagementAPIApi.editServerInformation(String xPostmarkAccountToken,
Integer serverid,
EditServerPayload body)
Edit a Server
|
ExtendedServerInfo |
ServerManagementAPIApi.getServerInformation(String xPostmarkAccountToken,
Integer serverid)
Get a Server
|
| Modifier and Type | Method and Description |
|---|---|
List<ExtendedServerInfo> |
ServerListingResponse.getServers()
Get servers
|
| Modifier and Type | Method and Description |
|---|---|
ServerListingResponse |
ServerListingResponse.addServersItem(ExtendedServerInfo serversItem) |
| Modifier and Type | Method and Description |
|---|---|
ServerListingResponse |
ServerListingResponse.servers(List<ExtendedServerInfo> servers) |
void |
ServerListingResponse.setServers(List<ExtendedServerInfo> servers) |
Copyright © 2019. All rights reserved.