| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
Time. |
| Modifier and Type | Method and Description |
|---|---|
Time |
build() |
Time.Builder |
setDay(Time.UpdateDay day)
Day to query for updates
Only
Set if minute is present in SoftwareUpdatePolicy |
Time.Builder |
setHour(java.lang.String hour)
Time to query for updates Format: HH:MM:SS Military (24 hour) Time Format
Only
Set if hour is present in SoftwareUpdatePolicy |
Time.Builder |
setMinute(java.lang.String minute)
Time to query for updates Format: HH:MM:SS Military (24 hour) Time Format
Only
Set if minute is present in SoftwareUpdatePolicy |
public Builder()
Time.public Time.Builder setHour(java.lang.String hour)
Set if hour is present in SoftwareUpdatePolicyhour - New value for the property.public Time.Builder setMinute(java.lang.String minute)
Set if minute is present in SoftwareUpdatePolicyminute - New value for the property.public Time.Builder setDay(Time.UpdateDay day)
Set if minute is present in SoftwareUpdatePolicyday - New value for the property.public Time build()