Class MacOsVppAppAssignmentSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MacOsVppAppAssignmentSettings.Builder
-
- Enclosing class:
- MacOsVppAppAssignmentSettings
public static final class MacOsVppAppAssignmentSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MacOsVppAppAssignmentSettingsbuild()MacOsVppAppAssignmentSettings.BuilderuninstallOnDeviceRemoval(Boolean uninstallOnDeviceRemoval)“Whether or not to uninstall the app when device is removed from Intune.”MacOsVppAppAssignmentSettings.BuilderuseDeviceLicensing(Boolean useDeviceLicensing)“Whether or not to use device licensing.”
-
-
-
Method Detail
-
uninstallOnDeviceRemoval
public MacOsVppAppAssignmentSettings.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 MacOsVppAppAssignmentSettings.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)
-
build
public MacOsVppAppAssignmentSettings build()
-
-