Interface FileUploadCardInput.Builder

    • Method Detail

      • title

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

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

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