Interface AttachmentInput.Builder

  • Method Details

    • name

      The name of the file.

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

      The data contained within the uploaded file.

      Parameters:
      data - The data contained within the uploaded file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.