<?php

namespace Microsoft\Graph\Generated\Models;

use Microsoft\Kiota\Abstractions\Enum;

class Win32LobAppNotification extends Enum {
    public const SHOW_ALL = "showAll";
    public const SHOW_REBOOT = "showReboot";
    public const HIDE_ALL = "hideAll";
}
