Class WindowsKioskSingleUWPApp
- java.lang.Object
-
- odata.msgraph.client.beta.complex.WindowsKioskAppConfiguration
-
- odata.msgraph.client.beta.complex.WindowsKioskSingleUWPApp
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WindowsKioskSingleUWPApp extends WindowsKioskAppConfiguration implements com.github.davidmoten.odata.client.ODataType
“The class used to identify the UWP app info for the kiosk configuration”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowsKioskSingleUWPApp.Builder
-
Field Summary
Fields Modifier and Type Field Description protected WindowsKioskUWPAppuwpApp-
Fields inherited from class odata.msgraph.client.beta.complex.WindowsKioskAppConfiguration
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsKioskSingleUWPApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsKioskSingleUWPApp.BuilderbuilderWindowsKioskSingleUWPApp()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<WindowsKioskUWPApp>getUwpApp()“This is the only Application User Model ID (AUMID) that will be available to launch use while in Kiosk Mode”StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WindowsKioskSingleUWPAppwithUnmappedField(String name, String value)WindowsKioskSingleUWPAppwithUwpApp(WindowsKioskUWPApp uwpApp)Returns an immutable copy ofthiswith just theuwpAppfield changed.
-
-
-
Field Detail
-
uwpApp
protected WindowsKioskUWPApp uwpApp
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classWindowsKioskAppConfiguration
-
getUwpApp
public Optional<WindowsKioskUWPApp> getUwpApp()
“This is the only Application User Model ID (AUMID) that will be available to launch use while in Kiosk Mode”- Returns:
- property uwpApp
-
withUwpApp
public WindowsKioskSingleUWPApp withUwpApp(WindowsKioskUWPApp uwpApp)
Returns an immutable copy ofthiswith just theuwpAppfield 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 only Application User Model ID (AUMID) that will be available to launch use while in Kiosk Mode”
- Parameters:
uwpApp- new value ofuwpAppfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theuwpAppfield changed
-
withUnmappedField
public WindowsKioskSingleUWPApp 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
-
builderWindowsKioskSingleUWPApp
public static WindowsKioskSingleUWPApp.Builder builderWindowsKioskSingleUWPApp()
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
-
-