public static interface QuietTime.Builder extends SdkPojo, CopyableBuilder<QuietTime.Builder,QuietTime>
| Modifier and Type | Method and Description |
|---|---|
QuietTime.Builder |
end(String end)
The specific time when quiet time ends.
|
QuietTime.Builder |
start(String start)
The specific time when quiet time begins.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQuietTime.Builder end(String 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.
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.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.
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.Copyright © 2019. All rights reserved.