Uses of Class
odata.msgraph.client.beta.enums.Windows10AppsUpdateRecurrence
-
Packages that use Windows10AppsUpdateRecurrence Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Windows10AppsUpdateRecurrence in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Windows10AppsUpdateRecurrence Modifier and Type Field Description protected Windows10AppsUpdateRecurrenceWindows10AppsForceUpdateSchedule. recurrenceprotected Windows10AppsUpdateRecurrenceWindowsKioskForceUpdateSchedule. recurrenceMethods in odata.msgraph.client.beta.complex that return types with arguments of type Windows10AppsUpdateRecurrence Modifier and Type Method Description Optional<Windows10AppsUpdateRecurrence>Windows10AppsForceUpdateSchedule. getRecurrence()“Recurrence schedule.”Optional<Windows10AppsUpdateRecurrence>WindowsKioskForceUpdateSchedule. getRecurrence()“Recurrence schedule.”Methods in odata.msgraph.client.beta.complex with parameters of type Windows10AppsUpdateRecurrence Modifier and Type Method Description Windows10AppsForceUpdateSchedule.BuilderWindows10AppsForceUpdateSchedule.Builder. recurrence(Windows10AppsUpdateRecurrence recurrence)“Recurrence schedule.”WindowsKioskForceUpdateSchedule.BuilderWindowsKioskForceUpdateSchedule.Builder. recurrence(Windows10AppsUpdateRecurrence recurrence)“Recurrence schedule.”Windows10AppsForceUpdateScheduleWindows10AppsForceUpdateSchedule. withRecurrence(Windows10AppsUpdateRecurrence recurrence)Returns an immutable copy ofthiswith just therecurrencefield changed.WindowsKioskForceUpdateScheduleWindowsKioskForceUpdateSchedule. withRecurrence(Windows10AppsUpdateRecurrence recurrence)Returns an immutable copy ofthiswith just therecurrencefield changed. -
Uses of Windows10AppsUpdateRecurrence in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Windows10AppsUpdateRecurrence Modifier and Type Method Description static Windows10AppsUpdateRecurrenceWindows10AppsUpdateRecurrence. valueOf(String name)Returns the enum constant of this type with the specified name.static Windows10AppsUpdateRecurrence[]Windows10AppsUpdateRecurrence. values()Returns an array containing the constants of this enum type, in the order they are declared.
-