Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
EmailServerResponse |
EmailServerApi.createEmailServer(EmailServerPost emailServerPost)
Create a custom SMTP server
Creates a custom email SMTP server configuration for your organization
|
EmailServerResponse |
EmailServerApi.createEmailServer(EmailServerPost emailServerPost,
Map<String,String> additionalHeaders)
Create a custom SMTP server
Creates a custom email SMTP server configuration for your organization
|
EmailServerResponse |
EmailServerApi.updateEmailServer(String emailServerId,
EmailServerRequest emailServerRequest)
Update an SMTP Server configuration
Updates one or more fields of your organization's custom SMTP Server configuration
|
EmailServerResponse |
EmailServerApi.updateEmailServer(String emailServerId,
EmailServerRequest emailServerRequest,
Map<String,String> additionalHeaders)
Update an SMTP Server configuration
Updates one or more fields of your organization's custom SMTP Server configuration
|
Modifier and Type | Method and Description |
---|---|
EmailServerResponse |
EmailServerResponse.alias(String alias) |
EmailServerResponse |
EmailServerResponse.enabled(Boolean enabled) |
EmailServerResponse |
EmailServerResponse.host(String host) |
EmailServerResponse |
EmailServerResponse.id(String id) |
EmailServerResponse |
EmailServerResponse.port(Integer port) |
EmailServerResponse |
EmailServerResponse.username(String username) |
Modifier and Type | Method and Description |
---|---|
List<EmailServerResponse> |
EmailServerListResponse.getEmailServers()
Get emailServers
|
Modifier and Type | Method and Description |
---|---|
EmailServerListResponse |
EmailServerListResponse.addEmailServersItem(EmailServerResponse emailServersItem) |
Modifier and Type | Method and Description |
---|---|
EmailServerListResponse |
EmailServerListResponse.emailServers(List<EmailServerResponse> emailServers) |
void |
EmailServerListResponse.setEmailServers(List<EmailServerResponse> emailServers) |
Copyright © 2017–2023 Okta. All rights reserved.