Interface CardStatus.Builder

    • Method Detail

      • currentState

        CardStatus.Builder currentState​(String currentState)

        The current state of the card.

        Parameters:
        currentState - The current state of the card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionStatus, ExecutionStatus
      • currentValue

        CardStatus.Builder currentValue​(String currentValue)

        The current value or result associated with the card.

        Parameters:
        currentValue - The current value or result associated with the card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.