public class WindowsKioskUWPApp extends WindowsKioskAppBase implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsKioskUWPApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected String |
appUserModelId |
protected String |
containedAppId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
appType, autoLaunch, contextPath, name, odataType, startLayoutTileSize| Modifier | Constructor and Description |
|---|---|
protected |
WindowsKioskUWPApp() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsKioskUWPApp.Builder |
builderWindowsKioskUWPApp()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppId()
“This references an Intune App that will be target to the same assignments as
Kiosk configuration”
|
Optional<String> |
getAppUserModelId()
“This is the only Application User Model ID (AUMID) that will be available to
launch use while in Kiosk Mode”
|
Optional<String> |
getContainedAppId()
“This references an contained App from an Intune App”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsKioskUWPApp |
withAppId(String appId)
Returns an immutable copy of
this with just the appId field
changed. |
WindowsKioskUWPApp |
withAppUserModelId(String appUserModelId)
Returns an immutable copy of
this with just the appUserModelId
field changed. |
WindowsKioskUWPApp |
withContainedAppId(String containedAppId)
Returns an immutable copy of
this with just the containedAppId
field changed. |
getAppType, getAutoLaunch, getName, getStartLayoutTileSize, withAppType, withAutoLaunch, withName, withStartLayoutTileSizeprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String appUserModelId
protected String appId
protected String containedAppId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class WindowsKioskAppBasepublic Optional<String> getAppUserModelId()
public WindowsKioskUWPApp withAppUserModelId(String appUserModelId)
this with just the appUserModelId
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“This is the only Application User Model ID (AUMID) that will be available to launch use while in Kiosk Mode”
appUserModelId - new value of appUserModelId field (as defined in service metadata)this with just the appUserModelId field changedpublic Optional<String> getAppId()
public WindowsKioskUWPApp withAppId(String appId)
this with just the appId field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“This references an Intune App that will be target to the same assignments as Kiosk configuration”
appId - new value of appId field (as defined in service metadata)this with just the appId field changedpublic Optional<String> getContainedAppId()
public WindowsKioskUWPApp withContainedAppId(String containedAppId)
this with just the containedAppId
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“This references an contained App from an Intune App”
containedAppId - new value of containedAppId field (as defined in service metadata)this with just the containedAppId field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class WindowsKioskAppBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class WindowsKioskAppBasepublic static WindowsKioskUWPApp.Builder builderWindowsKioskUWPApp()
public String toString()
toString in class WindowsKioskAppBaseCopyright © 2018–2020. All rights reserved.