Class EmailCustomizationApi

java.lang.Object
com.okta.sdk.resource.api.EmailCustomizationApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class EmailCustomizationApi extends Object
  • Constructor Details

    • EmailCustomizationApi

      public EmailCustomizationApi()
    • EmailCustomizationApi

      public EmailCustomizationApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • bulkRemoveEmailAddressBounces

      public BouncesRemoveListResult bulkRemoveEmailAddressBounces(BouncesRemoveListObj bouncesRemoveListObj) throws ApiException
      Remove Bounced Emails Removes emails from an email service bounce list. The emails submitted in this operation are removed from the bounce list by an asynchronous job. Any email address that passes validation is accepted for the removal process, even if there are other email addresses in the request that failed validation. > **Note:** If there are validation errors for all email addresses, a `200 OK` HTTP status is still returned.
      Parameters:
      bouncesRemoveListObj - (optional)
      Returns:
      BouncesRemoveListResult
      Throws:
      ApiException - if fails to make API call
    • bulkRemoveEmailAddressBounces

      public BouncesRemoveListResult bulkRemoveEmailAddressBounces(BouncesRemoveListObj bouncesRemoveListObj, Map<String,String> additionalHeaders) throws ApiException
      Remove Bounced Emails Removes emails from an email service bounce list. The emails submitted in this operation are removed from the bounce list by an asynchronous job. Any email address that passes validation is accepted for the removal process, even if there are other email addresses in the request that failed validation. > **Note:** If there are validation errors for all email addresses, a `200 OK` HTTP status is still returned.
      Parameters:
      bouncesRemoveListObj - (optional)
      additionalHeaders - additionalHeaders for this call
      Returns:
      BouncesRemoveListResult
      Throws:
      ApiException - if fails to make API call
    • getObjectMapper

      protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()