public class WindowsKioskSingleUWPApp extends WindowsKioskAppConfiguration implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsKioskSingleUWPApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected WindowsKioskUWPApp |
uwpApp |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
WindowsKioskSingleUWPApp() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsKioskSingleUWPApp.Builder |
builderWindowsKioskSingleUWPApp()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<WindowsKioskUWPApp> |
getUwpApp()
“This is the only Application User Model ID (AUMID) that will be available to
launch use while in Kiosk Mode”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsKioskSingleUWPApp |
withUwpApp(WindowsKioskUWPApp uwpApp)
Returns an immutable copy of
this with just the uwpApp field
changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected WindowsKioskUWPApp uwpApp
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class WindowsKioskAppConfigurationpublic Optional<WindowsKioskUWPApp> getUwpApp()
public WindowsKioskSingleUWPApp withUwpApp(WindowsKioskUWPApp uwpApp)
this with just the uwpApp 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”
uwpApp - new value of uwpApp field (as defined in service metadata)this with just the uwpApp field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class WindowsKioskAppConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class WindowsKioskAppConfigurationpublic static WindowsKioskSingleUWPApp.Builder builderWindowsKioskSingleUWPApp()
public String toString()
toString in class WindowsKioskAppConfigurationCopyright © 2018–2020. All rights reserved.