Class WindowsUpdateRolloutSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.WindowsUpdateRolloutSettings.Builder
-
- Enclosing class:
- WindowsUpdateRolloutSettings
public static final class WindowsUpdateRolloutSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsUpdateRolloutSettingsbuild()WindowsUpdateRolloutSettings.BuilderofferEndDateTimeInUTC(OffsetDateTime offerEndDateTimeInUTC)“The feature update's ending of release date and time to be set, update, and displayed for a feature Update profile for example: 2020-06-09T10:00:00Z.”WindowsUpdateRolloutSettings.BuilderofferIntervalInDays(Integer offerIntervalInDays)“The number of day(s) between each set of offers to be set, updated, and displayed for a feature update profile, for example: if OfferStartDateTimeInUTC is 2020-06-09T10:00:00Z, and OfferIntervalInDays is 1, then the next two sets of offers will be made consecutively on 2020-06-10T10:00:00Z (next day at the same specified time) and 2020-06-11T10:00:00Z (next next day at the same specified time) with 1 day in between each set of offers.”WindowsUpdateRolloutSettings.BuilderofferStartDateTimeInUTC(OffsetDateTime offerStartDateTimeInUTC)“The feature update's starting date and time to be set, update, and displayed for a feature Update profile for example: 2020-06-09T10:00:00Z.”
-
-
-
Method Detail
-
offerEndDateTimeInUTC
public WindowsUpdateRolloutSettings.Builder offerEndDateTimeInUTC(OffsetDateTime offerEndDateTimeInUTC)
“The feature update's ending of release date and time to be set, update, and displayed for a feature Update profile for example: 2020-06-09T10:00:00Z.”- Parameters:
offerEndDateTimeInUTC- value ofofferEndDateTimeInUTCproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
offerIntervalInDays
public WindowsUpdateRolloutSettings.Builder offerIntervalInDays(Integer offerIntervalInDays)
“The number of day(s) between each set of offers to be set, updated, and displayed for a feature update profile, for example: if OfferStartDateTimeInUTC is 2020-06-09T10:00:00Z, and OfferIntervalInDays is 1, then the next two sets of offers will be made consecutively on 2020-06-10T10:00:00Z (next day at the same specified time) and 2020-06-11T10:00:00Z (next next day at the same specified time) with 1 day in between each set of offers.”- Parameters:
offerIntervalInDays- value ofofferIntervalInDaysproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
offerStartDateTimeInUTC
public WindowsUpdateRolloutSettings.Builder offerStartDateTimeInUTC(OffsetDateTime offerStartDateTimeInUTC)
“The feature update's starting date and time to be set, update, and displayed for a feature Update profile for example: 2020-06-09T10:00:00Z.”- Parameters:
offerStartDateTimeInUTC- value ofofferStartDateTimeInUTCproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsUpdateRolloutSettings build()
-
-