| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected Windows10AppsUpdateRecurrence |
WindowsKioskForceUpdateSchedule.recurrence |
protected Windows10AppsUpdateRecurrence |
Windows10AppsForceUpdateSchedule.recurrence |
| Modifier and Type | Method and Description |
|---|---|
Optional<Windows10AppsUpdateRecurrence> |
WindowsKioskForceUpdateSchedule.getRecurrence()
“Recurrence schedule.”
|
Optional<Windows10AppsUpdateRecurrence> |
Windows10AppsForceUpdateSchedule.getRecurrence()
“Recurrence schedule.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskForceUpdateSchedule.Builder |
WindowsKioskForceUpdateSchedule.Builder.recurrence(Windows10AppsUpdateRecurrence recurrence)
“Recurrence schedule.”
|
Windows10AppsForceUpdateSchedule.Builder |
Windows10AppsForceUpdateSchedule.Builder.recurrence(Windows10AppsUpdateRecurrence recurrence)
“Recurrence schedule.”
|
WindowsKioskForceUpdateSchedule |
WindowsKioskForceUpdateSchedule.withRecurrence(Windows10AppsUpdateRecurrence recurrence)
Returns an immutable copy of
this with just the recurrence field
changed. |
Windows10AppsForceUpdateSchedule |
Windows10AppsForceUpdateSchedule.withRecurrence(Windows10AppsUpdateRecurrence recurrence)
Returns an immutable copy of
this with just the recurrence field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static Windows10AppsUpdateRecurrence |
Windows10AppsUpdateRecurrence.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.
|
Copyright © 2018–2020. All rights reserved.