Interface CancelOpenCypherQueryResponse.Builder

    • Method Detail

      • status

        CancelOpenCypherQueryResponse.Builder status​(String status)

        The cancellation status of the openCypher query.

        Parameters:
        status - The cancellation status of the openCypher query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • payload

        CancelOpenCypherQueryResponse.Builder payload​(Boolean payload)

        The cancelation payload for the openCypher query.

        Parameters:
        payload - The cancelation payload for the openCypher query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.