Interface ParticipantTimerValue.Builder

    • Method Detail

      • 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, ParticipantTimerAction
      • 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:
        ParticipantTimerAction, ParticipantTimerAction
      • 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.