public static interface ChatParticipantRoleConfig.Builder extends SdkPojo, CopyableBuilder<ChatParticipantRoleConfig.Builder,ChatParticipantRoleConfig>
| Modifier and Type | Method and Description |
|---|---|
ChatParticipantRoleConfig.Builder |
participantTimerConfigList(Collection<ParticipantTimerConfiguration> participantTimerConfigList)
A list of participant timers.
|
ChatParticipantRoleConfig.Builder |
participantTimerConfigList(Consumer<ParticipantTimerConfiguration.Builder>... participantTimerConfigList)
A list of participant timers.
|
ChatParticipantRoleConfig.Builder |
participantTimerConfigList(ParticipantTimerConfiguration... participantTimerConfigList)
A list of participant timers.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChatParticipantRoleConfig.Builder participantTimerConfigList(Collection<ParticipantTimerConfiguration> participantTimerConfigList)
A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
participantTimerConfigList - A list of participant timers. You can specify any unique combination of role and timer type. Duplicate
entries error out the request with a 400.ChatParticipantRoleConfig.Builder participantTimerConfigList(ParticipantTimerConfiguration... participantTimerConfigList)
A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
participantTimerConfigList - A list of participant timers. You can specify any unique combination of role and timer type. Duplicate
entries error out the request with a 400.ChatParticipantRoleConfig.Builder participantTimerConfigList(Consumer<ParticipantTimerConfiguration.Builder>... participantTimerConfigList)
A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
This is a convenience method that creates an instance of theParticipantTimerConfiguration.Builder avoiding the need
to create one manually via
ParticipantTimerConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #participantTimerConfigList(List.
participantTimerConfigList - a consumer that will call methods on
ParticipantTimerConfiguration.Builder#participantTimerConfigList(java.util.Collection) Copyright © 2023. All rights reserved.