Interface QAppSessionData.Builder

    • Method Detail

      • cardId

        QAppSessionData.Builder cardId​(String cardId)

        The card Id associated with the response submitted for a Q App session.

        Parameters:
        cardId - The card Id associated with the response submitted for a Q App session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        QAppSessionData.Builder value​(Document value)

        The response submitted for a Q App session.

        Parameters:
        value - The response submitted for a Q App session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • user

        QAppSessionData.Builder user​(User user)

        The user who submitted the response for a Q App session.

        Parameters:
        user - The user who submitted the response for a Q App session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • submissionId

        QAppSessionData.Builder submissionId​(String submissionId)

        The unique identifier of the submission.

        Parameters:
        submissionId - The unique identifier of the submission.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamp

        QAppSessionData.Builder timestamp​(Instant timestamp)

        The date and time when the session data is submitted.

        Parameters:
        timestamp - The date and time when the session data is submitted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.