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 Details

    • deliveryOptimizationPriority

      @SerializedName(value="deliveryOptimizationPriority", alternate="DeliveryOptimizationPriority") @Expose @Nullable public Win32LobAppDeliveryOptimizationPriority deliveryOptimizationPriority
      The 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 installTimeSettings
      The Install Time Settings. The install time settings to apply for this app assignment.
    • notifications

      @SerializedName(value="notifications", alternate="Notifications") @Expose @Nullable public Win32LobAppNotification notifications
      The Notifications. The notification status for this app assignment. Possible values are: showAll, showReboot, hideAll.
    • restartSettings

      @SerializedName(value="restartSettings", alternate="RestartSettings") @Expose @Nullable public Win32LobAppRestartSettings restartSettings
      The 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class MobileAppAssignmentSettings
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to