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

com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnlineMeetingRole 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.46.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;

/**
 * onlineMeetingRole.
 */
public final class MicrosoftGraphOnlineMeetingRole extends ExpandableStringEnum {
    /**
     * Static value attendee for MicrosoftGraphOnlineMeetingRole.
     */
    public static final MicrosoftGraphOnlineMeetingRole ATTENDEE = fromString("attendee");

    /**
     * Static value presenter for MicrosoftGraphOnlineMeetingRole.
     */
    public static final MicrosoftGraphOnlineMeetingRole PRESENTER = fromString("presenter");

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy