Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Use Device Licensing.The Vpn Configuration Id.Fields inherited from class com.microsoft.graph.models.MobileAppAssignmentSettings
oDataType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.MobileAppAssignmentSettings
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
useDeviceLicensing
@SerializedName(value="useDeviceLicensing", alternate="UseDeviceLicensing") @Expose @Nullable public Boolean useDeviceLicensingThe Use Device Licensing. Whether or not to use device licensing. -
vpnConfigurationId
@SerializedName(value="vpnConfigurationId", alternate="VpnConfigurationId") @Expose @Nullable public String vpnConfigurationIdThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classMobileAppAssignmentSettings- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-