public static interface StateChangeConfiguration.Builder extends SdkPojo, CopyableBuilder<StateChangeConfiguration.Builder,StateChangeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
StateChangeConfiguration.Builder |
triggerType(String triggerType)
The trigger type.
|
StateChangeConfiguration.Builder |
triggerType(TriggerType triggerType)
The trigger type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStateChangeConfiguration.Builder triggerType(String triggerType)
The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm
automatically changes to the NORMAL state.
triggerType - The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm
automatically changes to the NORMAL state.TriggerType,
TriggerTypeStateChangeConfiguration.Builder triggerType(TriggerType triggerType)
The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm
automatically changes to the NORMAL state.
triggerType - The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm
automatically changes to the NORMAL state.TriggerType,
TriggerTypeCopyright © 2023. All rights reserved.