public class WindowsKioskDesktopApp extends WindowsKioskAppBase implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsKioskDesktopApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
desktopApplicationId |
protected String |
desktopApplicationLinkPath |
protected String |
path |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
appType, autoLaunch, contextPath, name, odataType, startLayoutTileSize| Modifier | Constructor and Description |
|---|---|
protected |
WindowsKioskDesktopApp() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsKioskDesktopApp.Builder |
builderWindowsKioskDesktopApp()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getDesktopApplicationId()
“Define the DesktopApplicationID of the app”
|
Optional<String> |
getDesktopApplicationLinkPath()
“Define the DesktopApplicationLinkPath of the app”
|
Optional<String> |
getPath()
“Define the path of a desktop app”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsKioskDesktopApp |
withDesktopApplicationId(String desktopApplicationId)
Returns an immutable copy of
this with just the desktopApplicationId field changed. |
WindowsKioskDesktopApp |
withDesktopApplicationLinkPath(String desktopApplicationLinkPath)
Returns an immutable copy of
this with just the desktopApplicationLinkPath field changed. |
WindowsKioskDesktopApp |
withPath(String path)
Returns an immutable copy of
this with just the path field
changed. |
getAppType, getAutoLaunch, getName, getStartLayoutTileSize, withAppType, withAutoLaunch, withName, withStartLayoutTileSizeprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String path
protected String desktopApplicationId
protected String desktopApplicationLinkPath
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class WindowsKioskAppBasepublic WindowsKioskDesktopApp withPath(String path)
this with just the path 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.
“Define the path of a desktop app”
path - new value of path field (as defined in service metadata)this with just the path field changedpublic Optional<String> getDesktopApplicationId()
public WindowsKioskDesktopApp withDesktopApplicationId(String desktopApplicationId)
this with just the desktopApplicationId 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.
“Define the DesktopApplicationID of the app”
desktopApplicationId - new value of desktopApplicationId field (as defined in service metadata)this with just the desktopApplicationId field changedpublic Optional<String> getDesktopApplicationLinkPath()
public WindowsKioskDesktopApp withDesktopApplicationLinkPath(String desktopApplicationLinkPath)
this with just the desktopApplicationLinkPath 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.
“Define the DesktopApplicationLinkPath of the app”
desktopApplicationLinkPath - new value of desktopApplicationLinkPath field (as defined in service metadata)this with just the desktopApplicationLinkPath 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 WindowsKioskDesktopApp.Builder builderWindowsKioskDesktopApp()
public String toString()
toString in class WindowsKioskAppBaseCopyright © 2018–2020. All rights reserved.