Class IosLobAppAssignmentSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.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)“Whether or not the app can be removed by the user.”IosLobAppAssignmentSettings.BuilderuninstallOnDeviceRemoval(Boolean uninstallOnDeviceRemoval)“Whether or not to uninstall the app when device is removed from Intune.”IosLobAppAssignmentSettings.BuildervpnConfigurationId(String vpnConfigurationId)“The VPN Configuration Id to apply for this app.”
-
-
-
Method Detail
-
isRemovable
public IosLobAppAssignmentSettings.Builder isRemovable(Boolean isRemovable)
“Whether or not the app can be removed by the user.”- Parameters:
isRemovable- value ofisRemovableproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
uninstallOnDeviceRemoval
public IosLobAppAssignmentSettings.Builder uninstallOnDeviceRemoval(Boolean uninstallOnDeviceRemoval)
“Whether or not to uninstall the app when device is removed from Intune.”- Parameters:
uninstallOnDeviceRemoval- value ofuninstallOnDeviceRemovalproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
vpnConfigurationId
public IosLobAppAssignmentSettings.Builder vpnConfigurationId(String vpnConfigurationId)
“The VPN Configuration Id to apply for this app.”- Parameters:
vpnConfigurationId- value ofvpnConfigurationIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosLobAppAssignmentSettings build()
-
-