| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskProfile |
WindowsKioskProfile.Builder.build() |
WindowsKioskProfile |
WindowsKioskProfile.withAppConfiguration(WindowsKioskAppConfiguration appConfiguration)
Returns an immutable copy of
this with just the appConfiguration
field changed. |
WindowsKioskProfile |
WindowsKioskProfile.withProfileId(String profileId)
Returns an immutable copy of
this with just the profileId field
changed. |
WindowsKioskProfile |
WindowsKioskProfile.withProfileName(String profileName)
Returns an immutable copy of
this with just the profileName
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<WindowsKioskProfile> |
WindowsKioskConfiguration.kioskProfiles |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<WindowsKioskProfile> |
WindowsKioskConfiguration.getKioskProfiles()
“This policy setting allows to define a list of Kiosk profiles for a Kiosk
configuration.
|
com.github.davidmoten.odata.client.CollectionPage<WindowsKioskProfile> |
WindowsKioskConfiguration.getKioskProfiles(com.github.davidmoten.odata.client.HttpRequestOptions options)
“This policy setting allows to define a list of Kiosk profiles for a Kiosk
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskConfiguration.Builder |
WindowsKioskConfiguration.Builder.kioskProfiles(WindowsKioskProfile... kioskProfiles)
“This policy setting allows to define a list of Kiosk profiles for a Kiosk
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskConfiguration.Builder |
WindowsKioskConfiguration.Builder.kioskProfiles(List<WindowsKioskProfile> kioskProfiles)
“This policy setting allows to define a list of Kiosk profiles for a Kiosk
configuration.
|
Copyright © 2018–2020. All rights reserved.