Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
EmailServerListResponse |
EmailServerApi.getEmailServer(String emailServerId)
Retrieve an SMTP Server configuration
Retrieves a configuration of your organization's custom SMTP server with the given ID
|
EmailServerListResponse |
EmailServerApi.getEmailServer(String emailServerId,
Map<String,String> additionalHeaders)
Retrieve an SMTP Server configuration
Retrieves a configuration of your organization's custom SMTP server with the given ID
|
EmailServerListResponse |
EmailServerApi.listEmailServers()
List all enrolled SMTP servers
Lists all the enrolled custom email SMTP servers
|
EmailServerListResponse |
EmailServerApi.listEmailServers(Map<String,String> additionalHeaders)
List all enrolled SMTP servers
Lists all the enrolled custom email SMTP servers
|
Modifier and Type | Method and Description |
---|---|
EmailServerListResponse |
EmailServerListResponse.addEmailServersItem(EmailServerResponse emailServersItem) |
EmailServerListResponse |
EmailServerListResponse.emailServers(List<EmailServerResponse> emailServers) |
Copyright © 2017–2023 Okta. All rights reserved.