Class Win32LobAppAssignmentSettings

java.lang.Object
com.microsoft.graph.models.MobileAppAssignmentSettings
com.microsoft.graph.models.Win32LobAppAssignmentSettings
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class Win32LobAppAssignmentSettings extends MobileAppAssignmentSettings implements com.microsoft.kiota.serialization.Parsable
Contains properties used to assign an Win32 LOB mobile app to a group.
  • Constructor Details

    • Win32LobAppAssignmentSettings

      public Win32LobAppAssignmentSettings()
      Instantiates a new Win32LobAppAssignmentSettings and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static Win32LobAppAssignmentSettings createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a Win32LobAppAssignmentSettings
    • getAutoUpdateSettings

      @Nullable public Win32LobAppAutoUpdateSettings getAutoUpdateSettings()
      Gets the autoUpdateSettings property value. The auto-update settings to apply for this app assignment.
      Returns:
      a Win32LobAppAutoUpdateSettings
    • getDeliveryOptimizationPriority

      @Nullable public Win32LobAppDeliveryOptimizationPriority getDeliveryOptimizationPriority()
      Gets the deliveryOptimizationPriority property value. Contains value for delivery optimization priority.
      Returns:
      a Win32LobAppDeliveryOptimizationPriority
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class MobileAppAssignmentSettings
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getInstallTimeSettings

      @Nullable public MobileAppInstallTimeSettings getInstallTimeSettings()
      Gets the installTimeSettings property value. The install time settings to apply for this app assignment.
      Returns:
      a MobileAppInstallTimeSettings
    • getNotifications

      @Nullable public Win32LobAppNotification getNotifications()
      Gets the notifications property value. Contains value for notification status.
      Returns:
      a Win32LobAppNotification
    • getRestartSettings

      @Nullable public Win32LobAppRestartSettings getRestartSettings()
      Gets the restartSettings property value. The reboot settings to apply for this app assignment.
      Returns:
      a Win32LobAppRestartSettings
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class MobileAppAssignmentSettings
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAutoUpdateSettings

      public void setAutoUpdateSettings(@Nullable Win32LobAppAutoUpdateSettings value)
      Sets the autoUpdateSettings property value. The auto-update settings to apply for this app assignment.
      Parameters:
      value - Value to set for the autoUpdateSettings property.
    • setDeliveryOptimizationPriority

      public void setDeliveryOptimizationPriority(@Nullable Win32LobAppDeliveryOptimizationPriority value)
      Sets the deliveryOptimizationPriority property value. Contains value for delivery optimization priority.
      Parameters:
      value - Value to set for the deliveryOptimizationPriority property.
    • setInstallTimeSettings

      public void setInstallTimeSettings(@Nullable MobileAppInstallTimeSettings value)
      Sets the installTimeSettings property value. The install time settings to apply for this app assignment.
      Parameters:
      value - Value to set for the installTimeSettings property.
    • setNotifications

      public void setNotifications(@Nullable Win32LobAppNotification value)
      Sets the notifications property value. Contains value for notification status.
      Parameters:
      value - Value to set for the notifications property.
    • setRestartSettings

      public void setRestartSettings(@Nullable Win32LobAppRestartSettings value)
      Sets the restartSettings property value. The reboot settings to apply for this app assignment.
      Parameters:
      value - Value to set for the restartSettings property.