Package com.microsoft.graph.models
Class Win32LobAppAssignmentSettings
java.lang.Object
com.microsoft.graph.models.MobileAppAssignmentSettings
com.microsoft.graph.models.Win32LobAppAssignmentSettings
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Win32LobAppAssignmentSettings
extends MobileAppAssignmentSettings
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Win32Lob App Assignment Settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Delivery Optimization Priority.The Install Time Settings.The Notifications.The Restart Settings.Fields inherited from class com.microsoft.graph.models.MobileAppAssignmentSettings
oDataType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.MobileAppAssignmentSettings
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
deliveryOptimizationPriority
@SerializedName(value="deliveryOptimizationPriority", alternate="DeliveryOptimizationPriority") @Expose @Nullable public Win32LobAppDeliveryOptimizationPriority deliveryOptimizationPriorityThe Delivery Optimization Priority. The delivery optimization priority for this app assignment. This setting is not supported in National Cloud environments. Possible values are: notConfigured, foreground. -
installTimeSettings
@SerializedName(value="installTimeSettings", alternate="InstallTimeSettings") @Expose @Nullable public MobileAppInstallTimeSettings installTimeSettingsThe Install Time Settings. The install time settings to apply for this app assignment. -
notifications
@SerializedName(value="notifications", alternate="Notifications") @Expose @Nullable public Win32LobAppNotification notificationsThe Notifications. The notification status for this app assignment. Possible values are: showAll, showReboot, hideAll. -
restartSettings
@SerializedName(value="restartSettings", alternate="RestartSettings") @Expose @Nullable public Win32LobAppRestartSettings restartSettingsThe Restart Settings. The reboot settings to apply for this app assignment.
-
-
Constructor Details
-
Win32LobAppAssignmentSettings
public Win32LobAppAssignmentSettings()
-
-
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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classMobileAppAssignmentSettings
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-