Package com.microsoft.graph.models
Class WindowsAppXAppAssignmentSettings
java.lang.Object
com.microsoft.graph.models.MobileAppAssignmentSettings
com.microsoft.graph.models.WindowsAppXAppAssignmentSettings
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WindowsAppXAppAssignmentSettings
extends MobileAppAssignmentSettings
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows App XApp Assignment Settings.
-
Field Summary
FieldsFields inherited from class com.microsoft.graph.models.MobileAppAssignmentSettings
oDataType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.MobileAppAssignmentSettings
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
useDeviceContext
@SerializedName(value="useDeviceContext", alternate="UseDeviceContext") @Expose @Nullable public Boolean useDeviceContextThe Use Device Context. When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed.
-
-
Constructor Details
-
WindowsAppXAppAssignmentSettings
public WindowsAppXAppAssignmentSettings()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classMobileAppAssignmentSettings- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-