static ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.builder() |
|
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.participantRole(String participantRole) |
The role of the participant in the chat conversation.
|
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.participantRole(TimerEligibleParticipantRoles participantRole) |
The role of the participant in the chat conversation.
|
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.timerType(String timerType) |
The type of timer.
|
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.timerType(ParticipantTimerType timerType) |
The type of timer.
|
default ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.timerValue(Consumer<ParticipantTimerValue.Builder> timerValue) |
The value of the timer.
|
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.timerValue(ParticipantTimerValue timerValue) |
The value of the timer.
|
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.toBuilder() |
|