Class IosVppAppAssignmentSettings

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

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

    • useDeviceLicensing

      @SerializedName(value="useDeviceLicensing", alternate="UseDeviceLicensing") @Expose @Nullable public Boolean useDeviceLicensing
      The Use Device Licensing. Whether or not to use device licensing.
    • vpnConfigurationId

      @SerializedName(value="vpnConfigurationId", alternate="VpnConfigurationId") @Expose @Nullable public String vpnConfigurationId
      The Vpn Configuration Id. The VPN Configuration Id to apply for this app.
  • Constructor Details

    • IosVppAppAssignmentSettings

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