Interface ParticipantTimerValue.Builder

  • Method Details

    • participantTimerAction

      ParticipantTimerValue.Builder participantTimerAction(String participantTimerAction)

      The timer action. Currently only one value is allowed: Unset. It deletes a timer.

      Parameters:
      participantTimerAction - The timer action. Currently only one value is allowed: Unset. It deletes a timer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • participantTimerAction

      ParticipantTimerValue.Builder participantTimerAction(ParticipantTimerAction participantTimerAction)

      The timer action. Currently only one value is allowed: Unset. It deletes a timer.

      Parameters:
      participantTimerAction - The timer action. Currently only one value is allowed: Unset. It deletes a timer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • participantTimerDurationInMinutes

      ParticipantTimerValue.Builder participantTimerDurationInMinutes(Integer participantTimerDurationInMinutes)

      The duration of a timer, in minutes.

      Parameters:
      participantTimerDurationInMinutes - The duration of a timer, in minutes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.