Class WindowsKioskSingleWin32App
- java.lang.Object
-
- odata.msgraph.client.beta.complex.WindowsKioskAppConfiguration
-
- odata.msgraph.client.beta.complex.WindowsKioskSingleWin32App
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WindowsKioskSingleWin32App extends WindowsKioskAppConfiguration implements com.github.davidmoten.odata.client.ODataType
“The class used to identify the single app configuration for the kiosk win32 configuration”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowsKioskSingleWin32App.Builder
-
Field Summary
Fields Modifier and Type Field Description protected WindowsKioskWin32Appwin32App-
Fields inherited from class odata.msgraph.client.beta.complex.WindowsKioskAppConfiguration
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsKioskSingleWin32App()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsKioskSingleWin32App.BuilderbuilderWindowsKioskSingleWin32App()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.UnmappedFieldsgetUnmappedFields()Optional<WindowsKioskWin32App>getWin32App()“This is the win32 app that will be available to launch use while in Kiosk Mode”StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WindowsKioskSingleWin32AppwithUnmappedField(String name, String value)WindowsKioskSingleWin32AppwithWin32App(WindowsKioskWin32App win32App)Returns an immutable copy ofthiswith just thewin32Appfield changed.
-
-
-
Field Detail
-
win32App
protected WindowsKioskWin32App win32App
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classWindowsKioskAppConfiguration
-
getWin32App
public Optional<WindowsKioskWin32App> getWin32App()
“This is the win32 app that will be available to launch use while in Kiosk Mode”- Returns:
- property win32App
-
withWin32App
public WindowsKioskSingleWin32App withWin32App(WindowsKioskWin32App win32App)
Returns an immutable copy ofthiswith just thewin32Appfield 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.“This is the win32 app that will be available to launch use while in Kiosk Mode”
- Parameters:
win32App- new value ofwin32Appfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thewin32Appfield changed
-
withUnmappedField
public WindowsKioskSingleWin32App withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classWindowsKioskAppConfiguration
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classWindowsKioskAppConfiguration
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classWindowsKioskAppConfiguration
-
builderWindowsKioskSingleWin32App
public static WindowsKioskSingleWin32App.Builder builderWindowsKioskSingleWin32App()
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 classWindowsKioskAppConfiguration
-
-