Package odata.msgraph.client.complex
Class IosLobAppAssignmentSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.IosLobAppAssignmentSettings.Builder
-
- Enclosing class:
- IosLobAppAssignmentSettings
public static final class IosLobAppAssignmentSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosLobAppAssignmentSettingsbuild()IosLobAppAssignmentSettings.BuilderisRemovable(Boolean isRemovable)“When TRUE, indicates that the app can be uninstalled by the user.IosLobAppAssignmentSettings.BuilderuninstallOnDeviceRemoval(Boolean uninstallOnDeviceRemoval)“When TRUE, indicates that the app should be uninstalled when the device is removed from Intune.IosLobAppAssignmentSettings.BuildervpnConfigurationId(String vpnConfigurationId)“This is the unique identifier (Id) of the VPN Configuration to apply to the app.”
-
-
-
Method Detail
-
isRemovable
public IosLobAppAssignmentSettings.Builder isRemovable(Boolean isRemovable)
“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.”- Parameters:
isRemovable- value ofisRemovableproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
uninstallOnDeviceRemoval
public IosLobAppAssignmentSettings.Builder uninstallOnDeviceRemoval(Boolean uninstallOnDeviceRemoval)
“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.”- Parameters:
uninstallOnDeviceRemoval- value ofuninstallOnDeviceRemovalproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
vpnConfigurationId
public IosLobAppAssignmentSettings.Builder vpnConfigurationId(String vpnConfigurationId)
“This is the unique identifier (Id) of the VPN Configuration to apply to the app.”- Parameters:
vpnConfigurationId- value ofvpnConfigurationIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosLobAppAssignmentSettings build()
-
-