Interface FileUploadCard.Builder

    • Method Detail

      • id

        FileUploadCard.Builder id​(String 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

        FileUploadCard.Builder title​(String 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

        FileUploadCard.Builder type​(String 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:
        CardType, CardType
      • type

        FileUploadCard.Builder type​(CardType 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:
        CardType, CardType
      • 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

        FileUploadCard.Builder fileId​(String 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.