Interface SnoozeActionConfiguration.Builder

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

public static interface SnoozeActionConfiguration.Builder extends SdkPojo, CopyableBuilder<SnoozeActionConfiguration.Builder,SnoozeActionConfiguration>
  • Method Details

    • snoozeDuration

      SnoozeActionConfiguration.Builder snoozeDuration(Integer snoozeDuration)

      The snooze time in seconds. The alarm automatically changes to the NORMAL state after this duration.

      Parameters:
      snoozeDuration - The snooze time in seconds. The alarm automatically changes to the NORMAL state after this duration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • note

      The note that you can leave when you snooze the alarm.

      Parameters:
      note - The note that you can leave when you snooze the alarm.
      Returns:
      Returns a reference to this object so that method calls can be chained together.