Class WindowsKioskUWPApp.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.WindowsKioskUWPApp.Builder
-
- Enclosing class:
- WindowsKioskUWPApp
public static final class WindowsKioskUWPApp.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsKioskUWPApp.BuilderappId(String appId)“This references an Intune App that will be target to the same assignments as Kiosk configuration”WindowsKioskUWPApp.BuilderappType(WindowsKioskAppType appType)WindowsKioskUWPApp.BuilderappUserModelId(String appUserModelId)“This is the only Application User Model ID (AUMID) that will be available to launch use while in Kiosk Mode”WindowsKioskUWPApp.BuilderautoLaunch(Boolean autoLaunch)WindowsKioskUWPAppbuild()WindowsKioskUWPApp.BuildercontainedAppId(String containedAppId)“This references an contained App from an Intune App”WindowsKioskUWPApp.Buildername(String name)WindowsKioskUWPApp.BuilderstartLayoutTileSize(WindowsAppStartLayoutTileSize startLayoutTileSize)
-
-
-
Method Detail
-
appType
public WindowsKioskUWPApp.Builder appType(WindowsKioskAppType appType)
-
autoLaunch
public WindowsKioskUWPApp.Builder autoLaunch(Boolean autoLaunch)
-
name
public WindowsKioskUWPApp.Builder name(String name)
-
startLayoutTileSize
public WindowsKioskUWPApp.Builder startLayoutTileSize(WindowsAppStartLayoutTileSize startLayoutTileSize)
-
appId
public WindowsKioskUWPApp.Builder appId(String appId)
“This references an Intune App that will be target to the same assignments as Kiosk configuration”- Parameters:
appId- value ofappIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appUserModelId
public WindowsKioskUWPApp.Builder appUserModelId(String appUserModelId)
“This is the only Application User Model ID (AUMID) that will be available to launch use while in Kiosk Mode”- Parameters:
appUserModelId- value ofappUserModelIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
containedAppId
public WindowsKioskUWPApp.Builder containedAppId(String containedAppId)
“This references an contained App from an Intune App”- Parameters:
containedAppId- value ofcontainedAppIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsKioskUWPApp build()
-
-