Interface ParticipantTimerValue.Builder

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

public static interface ParticipantTimerValue.Builder extends SdkPojo, CopyableBuilder<ParticipantTimerValue.Builder,ParticipantTimerValue>
  • 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.