Class IosStoreAppAssignmentSettings

java.lang.Object
com.microsoft.graph.models.MobileAppAssignmentSettings
com.microsoft.graph.models.IosStoreAppAssignmentSettings
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class IosStoreAppAssignmentSettings extends MobileAppAssignmentSettings implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ios Store App Assignment Settings.
  • Field Details

    • isRemovable

      @SerializedName(value="isRemovable", alternate="IsRemovable") @Expose @Nullable public Boolean isRemovable
      The Is Removable. When TRUE, indicates that the app can be uninstalled by the user. When FALSE, indicates that the app cannot be uninstalled by the user. By default, this property is set to null which internally is treated as TRUE.
    • uninstallOnDeviceRemoval

      @SerializedName(value="uninstallOnDeviceRemoval", alternate="UninstallOnDeviceRemoval") @Expose @Nullable public Boolean uninstallOnDeviceRemoval
      The Uninstall On Device Removal. When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. By default, property is set to null which internally is treated as TRUE.
    • vpnConfigurationId

      @SerializedName(value="vpnConfigurationId", alternate="VpnConfigurationId") @Expose @Nullable public String vpnConfigurationId
      The Vpn Configuration Id. This is the unique identifier (Id) of the VPN Configuration to apply to the app.
  • Constructor Details

    • IosStoreAppAssignmentSettings

      public IosStoreAppAssignmentSettings()
  • 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