Class IosVppAppAssignmentSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.IosVppAppAssignmentSettings.Builder
-
- Enclosing class:
- IosVppAppAssignmentSettings
public static final class IosVppAppAssignmentSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosVppAppAssignmentSettingsbuild()IosVppAppAssignmentSettings.BuilderisRemovable(Boolean isRemovable)“Whether or not the app can be removed by the user.”IosVppAppAssignmentSettings.BuilderuninstallOnDeviceRemoval(Boolean uninstallOnDeviceRemoval)“Whether or not to uninstall the app when device is removed from Intune.”IosVppAppAssignmentSettings.BuilderuseDeviceLicensing(Boolean useDeviceLicensing)“Whether or not to use device licensing.”IosVppAppAssignmentSettings.BuildervpnConfigurationId(String vpnConfigurationId)“The VPN Configuration Id to apply for this app.”
-
-
-
Method Detail
-
isRemovable
public IosVppAppAssignmentSettings.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 IosVppAppAssignmentSettings.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)
-
useDeviceLicensing
public IosVppAppAssignmentSettings.Builder useDeviceLicensing(Boolean useDeviceLicensing)
“Whether or not to use device licensing.”- Parameters:
useDeviceLicensing- value ofuseDeviceLicensingproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
vpnConfigurationId
public IosVppAppAssignmentSettings.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 IosVppAppAssignmentSettings build()
-
-