Class IosStoreAppAssignmentSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.IosStoreAppAssignmentSettings.Builder
-
- Enclosing class:
- IosStoreAppAssignmentSettings
public static final class IosStoreAppAssignmentSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosStoreAppAssignmentSettingsbuild()IosStoreAppAssignmentSettings.BuilderisRemovable(Boolean isRemovable)“Whether or not the app can be removed by the user.”IosStoreAppAssignmentSettings.BuilderuninstallOnDeviceRemoval(Boolean uninstallOnDeviceRemoval)“Whether or not to uninstall the app when device is removed from Intune.”IosStoreAppAssignmentSettings.BuildervpnConfigurationId(String vpnConfigurationId)“The VPN Configuration Id to apply for this app.”
-
-
-
Method Detail
-
isRemovable
public IosStoreAppAssignmentSettings.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 IosStoreAppAssignmentSettings.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 IosStoreAppAssignmentSettings.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 IosStoreAppAssignmentSettings build()
-
-