All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScheduleEntityTheme Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure Authorization Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt

There is a newer version: 2.44.0
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.authorization.fluent.models;

import com.azure.core.util.ExpandableStringEnum;
import java.util.Collection;

/**
 * scheduleEntityTheme.
 */
public final class MicrosoftGraphScheduleEntityTheme extends ExpandableStringEnum {
    /**
     * Static value white for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme WHITE = fromString("white");

    /**
     * Static value blue for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme BLUE = fromString("blue");

    /**
     * Static value green for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme GREEN = fromString("green");

    /**
     * Static value purple for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme PURPLE = fromString("purple");

    /**
     * Static value pink for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme PINK = fromString("pink");

    /**
     * Static value yellow for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme YELLOW = fromString("yellow");

    /**
     * Static value gray for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme GRAY = fromString("gray");

    /**
     * Static value darkBlue for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme DARK_BLUE = fromString("darkBlue");

    /**
     * Static value darkGreen for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme DARK_GREEN = fromString("darkGreen");

    /**
     * Static value darkPurple for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme DARK_PURPLE = fromString("darkPurple");

    /**
     * Static value darkPink for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme DARK_PINK = fromString("darkPink");

    /**
     * Static value darkYellow for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme DARK_YELLOW = fromString("darkYellow");

    /**
     * Static value unknownFutureValue for MicrosoftGraphScheduleEntityTheme.
     */
    public static final MicrosoftGraphScheduleEntityTheme UNKNOWN_FUTURE_VALUE = fromString("unknownFutureValue");

    /**
     * Creates a new instance of MicrosoftGraphScheduleEntityTheme value.
     * 
     * @deprecated Use the {@link #fromString(String)} factory method.
     */
    @Deprecated
    public MicrosoftGraphScheduleEntityTheme() {
    }

    /**
     * Creates or finds a MicrosoftGraphScheduleEntityTheme from its string representation.
     * 
     * @param name a name to look for.
     * @return the corresponding MicrosoftGraphScheduleEntityTheme.
     */
    public static MicrosoftGraphScheduleEntityTheme fromString(String name) {
        return fromString(name, MicrosoftGraphScheduleEntityTheme.class);
    }

    /**
     * Gets known MicrosoftGraphScheduleEntityTheme values.
     * 
     * @return known MicrosoftGraphScheduleEntityTheme values.
     */
    public static Collection values() {
        return values(MicrosoftGraphScheduleEntityTheme.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy