Class WindowsKioskDesktopApp
- java.lang.Object
-
- odata.msgraph.client.beta.complex.WindowsKioskAppBase
-
- odata.msgraph.client.beta.complex.WindowsKioskDesktopApp
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WindowsKioskDesktopApp extends WindowsKioskAppBase implements com.github.davidmoten.odata.client.ODataType
“The base class for a type of apps”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowsKioskDesktopApp.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringdesktopApplicationIdprotected StringdesktopApplicationLinkPathprotected Stringpath-
Fields inherited from class odata.msgraph.client.beta.complex.WindowsKioskAppBase
appType, autoLaunch, contextPath, name, odataType, startLayoutTileSize, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsKioskDesktopApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsKioskDesktopApp.BuilderbuilderWindowsKioskDesktopApp()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WindowsKioskDesktopAppwithDesktopApplicationId(String desktopApplicationId)Returns an immutable copy ofthiswith just thedesktopApplicationIdfield changed.WindowsKioskDesktopAppwithDesktopApplicationLinkPath(String desktopApplicationLinkPath)Returns an immutable copy ofthiswith just thedesktopApplicationLinkPathfield changed.WindowsKioskDesktopAppwithPath(String path)Returns an immutable copy ofthiswith just thepathfield changed.WindowsKioskDesktopAppwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.WindowsKioskAppBase
getAppType, getAutoLaunch, getName, getStartLayoutTileSize, withAppType, withAutoLaunch, withName, withStartLayoutTileSize
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classWindowsKioskAppBase
-
getDesktopApplicationId
public Optional<String> getDesktopApplicationId()
“Define the DesktopApplicationID of the app”- Returns:
- property desktopApplicationId
-
withDesktopApplicationId
public WindowsKioskDesktopApp withDesktopApplicationId(String desktopApplicationId)
Returns an immutable copy ofthiswith just thedesktopApplicationIdfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Define the DesktopApplicationID of the app”
- Parameters:
desktopApplicationId- new value ofdesktopApplicationIdfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedesktopApplicationIdfield changed
-
getDesktopApplicationLinkPath
public Optional<String> getDesktopApplicationLinkPath()
“Define the DesktopApplicationLinkPath of the app”- Returns:
- property desktopApplicationLinkPath
-
withDesktopApplicationLinkPath
public WindowsKioskDesktopApp withDesktopApplicationLinkPath(String desktopApplicationLinkPath)
Returns an immutable copy ofthiswith just thedesktopApplicationLinkPathfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Define the DesktopApplicationLinkPath of the app”
- Parameters:
desktopApplicationLinkPath- new value ofdesktopApplicationLinkPathfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedesktopApplicationLinkPathfield changed
-
withPath
public WindowsKioskDesktopApp withPath(String path)
Returns an immutable copy ofthiswith just thepathfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Define the path of a desktop app”
- Parameters:
path- new value ofpathfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thepathfield changed
-
withUnmappedField
public WindowsKioskDesktopApp withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classWindowsKioskAppBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classWindowsKioskAppBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classWindowsKioskAppBase
-
builderWindowsKioskDesktopApp
public static WindowsKioskDesktopApp.Builder builderWindowsKioskDesktopApp()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classWindowsKioskAppBase
-
-