Interface UpdateVersionRequest


public interface UpdateVersionRequest
UpdateVersionRequest
  • Method Details

    • getTemplate

      String getTemplate()
      Content of the template.
      Returns:
      template
    • getComment

      String getComment()
      Comment related to the version that is being created.
      Returns:
      comment
    • getActive

      Boolean getActive()
      If this flag is set to yes, this version becomes active
      Returns:
      active
    • getHeaders

      Collection<Pair<String,String>> getHeaders()
      Key Value json dictionary of headers to be stored with the template. Where key is the header name and value is the header value. The header names From, Subject, and Reply-To are the only ones currently supported. These headers will be inserted into the mime at the time we attempt delivery.
      Returns:
      headers
    • builder

      static UpdateVersionRequest.Builder builder()
      Getting builder
      Returns:
      New Builder instance