Interface QuietTime.Builder

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

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

    • end

      The specific time when quiet time ends. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.

      Parameters:
      end - The specific time when quiet time ends. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • start

      QuietTime.Builder start(String start)

      The specific time when quiet time begins. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.

      Parameters:
      start - The specific time when quiet time begins. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.