Interface CardStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CardStatus.Builder,CardStatus>, SdkBuilder<CardStatus.Builder,CardStatus>, SdkPojo
Enclosing class:
CardStatus

public static interface CardStatus.Builder extends SdkPojo, CopyableBuilder<CardStatus.Builder,CardStatus>
  • Method Details

    • 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:
    • currentState

      CardStatus.Builder currentState(ExecutionStatus 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:
    • 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.