Package com.microsoft.graph.models
Class IosLobAppAssignmentSettings
java.lang.Object
com.microsoft.graph.models.MobileAppAssignmentSettings
com.microsoft.graph.models.IosLobAppAssignmentSettings
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IosLobAppAssignmentSettings
extends MobileAppAssignmentSettings
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ios Lob App Assignment Settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Is Removable.The Uninstall On Device Removal.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
-
isRemovable
@SerializedName(value="isRemovable", alternate="IsRemovable") @Expose @Nullable public Boolean isRemovableThe 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 uninstallOnDeviceRemovalThe 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 vpnConfigurationIdThe Vpn Configuration Id. This is the unique identifier (Id) of the VPN Configuration to apply to the app.
-
-
Constructor Details
-
IosLobAppAssignmentSettings
public IosLobAppAssignmentSettings()
-
-
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
-