Uses of Class
odata.msgraph.client.beta.complex.WindowsKioskProfile
-
Packages that use WindowsKioskProfile Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of WindowsKioskProfile in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return WindowsKioskProfile Modifier and Type Method Description WindowsKioskProfileWindowsKioskProfile.Builder. build()WindowsKioskProfileWindowsKioskProfile. withAppConfiguration(WindowsKioskAppConfiguration appConfiguration)Returns an immutable copy ofthiswith just theappConfigurationfield changed.WindowsKioskProfileWindowsKioskProfile. withProfileId(String profileId)Returns an immutable copy ofthiswith just theprofileIdfield changed.WindowsKioskProfileWindowsKioskProfile. withProfileName(String profileName)Returns an immutable copy ofthiswith just theprofileNamefield changed.WindowsKioskProfileWindowsKioskProfile. withUnmappedField(String name, String value) -
Uses of WindowsKioskProfile in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type WindowsKioskProfile Modifier and Type Field Description protected List<WindowsKioskProfile>WindowsKioskConfiguration. kioskProfilesMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsKioskProfile Modifier and Type Method 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.Methods in odata.msgraph.client.beta.entity with parameters of type WindowsKioskProfile Modifier and Type Method Description WindowsKioskConfiguration.BuilderWindowsKioskConfiguration.Builder. kioskProfiles(WindowsKioskProfile... kioskProfiles)“This policy setting allows to define a list of Kiosk profiles for a Kiosk configuration.Method parameters in odata.msgraph.client.beta.entity with type arguments of type WindowsKioskProfile Modifier and Type Method Description WindowsKioskConfiguration.BuilderWindowsKioskConfiguration.Builder. kioskProfiles(List<WindowsKioskProfile> kioskProfiles)“This policy setting allows to define a list of Kiosk profiles for a Kiosk configuration.WindowsKioskConfigurationWindowsKioskConfiguration. withKioskProfiles(List<WindowsKioskProfile> kioskProfiles)Returns an immutable copy ofthiswith just thekioskProfilesfield changed.
-