Uses of Class
odata.msgraph.client.beta.complex.Windows10AppsForceUpdateSchedule.Builder
-
Packages that use Windows10AppsForceUpdateSchedule.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of Windows10AppsForceUpdateSchedule.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Windows10AppsForceUpdateSchedule.Builder Modifier and Type Method Description static Windows10AppsForceUpdateSchedule.BuilderWindows10AppsForceUpdateSchedule. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Windows10AppsForceUpdateSchedule.BuilderWindows10AppsForceUpdateSchedule.Builder. recurrence(Windows10AppsUpdateRecurrence recurrence)“Recurrence schedule.”Windows10AppsForceUpdateSchedule.BuilderWindows10AppsForceUpdateSchedule.Builder. runImmediatelyIfAfterStartDateTime(Boolean runImmediatelyIfAfterStartDateTime)“If true, runs the task immediately if StartDateTime is in the past, else, runs at the next recurrence.”Windows10AppsForceUpdateSchedule.BuilderWindows10AppsForceUpdateSchedule.Builder. startDateTime(OffsetDateTime startDateTime)“The start time for the force restart.”
-