Interface NotificationEventAttachment.Builder

  • Method Details

    • displayName

      NotificationEventAttachment.Builder displayName(String displayName)

      The name of the attachment that recipients see.

      Parameters:
      displayName - The name of the attachment that recipients see.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attachmentDownloadUrl

      NotificationEventAttachment.Builder attachmentDownloadUrl(String attachmentDownloadUrl)

      A temporary URL for downloading the attachment. The URL expires shortly after it's issued.

      Parameters:
      attachmentDownloadUrl - A temporary URL for downloading the attachment. The URL expires shortly after it's issued.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentType

      NotificationEventAttachment.Builder contentType(String contentType)

      The MIME content type of the attachment, for example application/pdf.

      Parameters:
      contentType - The MIME content type of the attachment, for example application/pdf.
      Returns:
      Returns a reference to this object so that method calls can be chained together.