public class WindowsKioskAppBase extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Field and Description |
|---|---|
protected WindowsKioskAppType |
appType |
protected Boolean |
autoLaunch |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
name |
protected String |
odataType |
protected WindowsAppStartLayoutTileSize |
startLayoutTileSize |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
WindowsKioskAppBase() |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsKioskAppType> |
getAppType()
“The app type”
|
Optional<Boolean> |
getAutoLaunch()
“Allow the app to be auto-launched in multi-app kiosk mode”
|
Optional<String> |
getName()
“Represents the friendly name of an app”
|
Optional<WindowsAppStartLayoutTileSize> |
getStartLayoutTileSize()
“The app tile size for the start layout”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WindowsKioskAppBase |
withAppType(WindowsKioskAppType appType)
Returns an immutable copy of
this with just the appType field
changed. |
WindowsKioskAppBase |
withAutoLaunch(Boolean autoLaunch)
Returns an immutable copy of
this with just the autoLaunch field
changed. |
WindowsKioskAppBase |
withName(String name)
Returns an immutable copy of
this with just the name field
changed. |
WindowsKioskAppBase |
withStartLayoutTileSize(WindowsAppStartLayoutTileSize startLayoutTileSize)
Returns an immutable copy of
this with just the startLayoutTileSize field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected WindowsAppStartLayoutTileSize startLayoutTileSize
protected String name
protected WindowsKioskAppType appType
protected Boolean autoLaunch
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<WindowsAppStartLayoutTileSize> getStartLayoutTileSize()
public WindowsKioskAppBase withStartLayoutTileSize(WindowsAppStartLayoutTileSize startLayoutTileSize)
this with just the startLayoutTileSize 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.
“The app tile size for the start layout”
startLayoutTileSize - new value of startLayoutTileSize field (as defined in service metadata)this with just the startLayoutTileSize field changedpublic Optional<String> getName()
public WindowsKioskAppBase withName(String name)
this with just the name 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.
“Represents the friendly name of an app”
name - new value of name field (as defined in service metadata)this with just the name field changedpublic Optional<WindowsKioskAppType> getAppType()
public WindowsKioskAppBase withAppType(WindowsKioskAppType appType)
this with just the appType 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.
“The app type”
appType - new value of appType field (as defined in service metadata)this with just the appType field changedpublic Optional<Boolean> getAutoLaunch()
public WindowsKioskAppBase withAutoLaunch(Boolean autoLaunch)
this with just the autoLaunch 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.
“Allow the app to be auto-launched in multi-app kiosk mode”
autoLaunch - new value of autoLaunch field (as defined in service metadata)this with just the autoLaunch field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypeCopyright © 2018–2020. All rights reserved.