Interface FileUploadCard.Builder

  • Method Details

    • 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.
    • title

      The title of the file upload card.

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

      FileUploadCard.Builder dependencies(Collection<String> dependencies)

      Any dependencies or requirements for the file upload card.

      Parameters:
      dependencies - Any dependencies or requirements for the file upload card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dependencies

      FileUploadCard.Builder dependencies(String... dependencies)

      Any dependencies or requirements for the file upload card.

      Parameters:
      dependencies - Any dependencies or requirements for 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

      FileUploadCard.Builder filename(String filename)

      The name of the file being uploaded.

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

      The unique identifier of the file associated with the card.

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

      FileUploadCard.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.