Class IosLobAppAssignmentSettings.Builder

    • 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 of isRemovable property (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 of uninstallOnDeviceRemoval property (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 of vpnConfigurationId property (as defined in service metadata)
        Returns:
        this (for method chaining)