whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
microsoft
/
microsoft-graph
/
src
/
Model
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/microsoft/microsoft-graph/src/Model/CategoryColor.php
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * CategoryColor File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ namespace Microsoft\Graph\Model; use Microsoft\Graph\Core\Enum; /** * CategoryColor class * * @category Model * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ class CategoryColor extends Enum { /** * The Enum CategoryColor */ const NONE = "none"; const PRESET0 = "preset0"; const PRESET1 = "preset1"; const PRESET2 = "preset2"; const PRESET3 = "preset3"; const PRESET4 = "preset4"; const PRESET5 = "preset5"; const PRESET6 = "preset6"; const PRESET7 = "preset7"; const PRESET8 = "preset8"; const PRESET9 = "preset9"; const PRESET10 = "preset10"; const PRESET11 = "preset11"; const PRESET12 = "preset12"; const PRESET13 = "preset13"; const PRESET14 = "preset14"; const PRESET15 = "preset15"; const PRESET16 = "preset16"; const PRESET17 = "preset17"; const PRESET18 = "preset18"; const PRESET19 = "preset19"; const PRESET20 = "preset20"; const PRESET21 = "preset21"; const PRESET22 = "preset22"; const PRESET23 = "preset23"; const PRESET24 = "preset24"; }
Copyright ©2021 || Defacer Indonesia