Interface FormInputCardInput.Builder

    • Method Detail

      • title

        FormInputCardInput.Builder title​(String title)

        The title or label of the form input card.

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

        FormInputCardInput.Builder id​(String id)

        The unique identifier of the form input card.

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

        FormInputCardInput.Builder metadata​(FormInputCardMetadata metadata)

        The metadata that defines the form input card data.

        Parameters:
        metadata - The metadata that defines the form input card data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • computeMode

        FormInputCardInput.Builder computeMode​(String computeMode)

        The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of append shall allow participants to submit the same form multiple times with different values. A compute mode of replacecode> shall overwrite the current value for each participant.

        Parameters:
        computeMode - The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of append shall allow participants to submit the same form multiple times with different values. A compute mode of replacecode> shall overwrite the current value for each participant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputCardComputeMode, InputCardComputeMode
      • computeMode

        FormInputCardInput.Builder computeMode​(InputCardComputeMode computeMode)

        The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of append shall allow participants to submit the same form multiple times with different values. A compute mode of replacecode> shall overwrite the current value for each participant.

        Parameters:
        computeMode - The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of append shall allow participants to submit the same form multiple times with different values. A compute mode of replacecode> shall overwrite the current value for each participant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputCardComputeMode, InputCardComputeMode