Interface FileUploadCardInput.Builder

  • Method Details

    • title

      The title or label of the file upload card.

      Parameters:
      title - The title or label of the file upload card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier of the file upload card.

      Parameters:
      id - The unique identifier of the file upload card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the card.

      Parameters:
      type - The type of the card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the card.

      Parameters:
      type - The type of the card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • filename

      FileUploadCardInput.Builder filename(String filename)

      The default filename to use for the file upload card.

      Parameters:
      filename - The default filename to use for the file upload card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileId

      The identifier of a pre-uploaded file associated with the card.

      Parameters:
      fileId - The identifier of a pre-uploaded file associated with the card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowOverride

      FileUploadCardInput.Builder allowOverride(Boolean allowOverride)

      A flag indicating if the user can override the default file for the upload card.

      Parameters:
      allowOverride - A flag indicating if the user can override the default file for the upload card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.