Class Windows10AppsForceUpdateSchedule.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.Windows10AppsForceUpdateSchedule.Builder
-
- Enclosing class:
- Windows10AppsForceUpdateSchedule
public static final class Windows10AppsForceUpdateSchedule.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Windows10AppsForceUpdateSchedulebuild()Windows10AppsForceUpdateSchedule.Builderrecurrence(Windows10AppsUpdateRecurrence recurrence)“Recurrence schedule.”Windows10AppsForceUpdateSchedule.BuilderrunImmediatelyIfAfterStartDateTime(Boolean runImmediatelyIfAfterStartDateTime)“If true, runs the task immediately if StartDateTime is in the past, else, runs at the next recurrence.”Windows10AppsForceUpdateSchedule.BuilderstartDateTime(OffsetDateTime startDateTime)“The start time for the force restart.”
-
-
-
Method Detail
-
recurrence
public Windows10AppsForceUpdateSchedule.Builder recurrence(Windows10AppsUpdateRecurrence recurrence)
“Recurrence schedule.”- Parameters:
recurrence- value ofrecurrenceproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
runImmediatelyIfAfterStartDateTime
public Windows10AppsForceUpdateSchedule.Builder runImmediatelyIfAfterStartDateTime(Boolean runImmediatelyIfAfterStartDateTime)
“If true, runs the task immediately if StartDateTime is in the past, else, runs at the next recurrence.”- Parameters:
runImmediatelyIfAfterStartDateTime- value ofrunImmediatelyIfAfterStartDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
startDateTime
public Windows10AppsForceUpdateSchedule.Builder startDateTime(OffsetDateTime startDateTime)
“The start time for the force restart.”- Parameters:
startDateTime- value ofstartDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Windows10AppsForceUpdateSchedule build()
-
-