Interface Attachment.Builder

  • Method Details

    • fileName

      Attachment.Builder fileName(String fileName)

      The name of the attachment file.

      Parameters:
      fileName - The name of the attachment file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • data

      The content of the attachment file.

      Parameters:
      data - The content of the attachment file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.