Enum Class LobbyBypassScope

java.lang.Object
java.lang.Enum<LobbyBypassScope>
com.microsoft.graph.models.LobbyBypassScope
All Implemented Interfaces:
Serializable, Comparable<LobbyBypassScope>, Constable

public enum LobbyBypassScope extends Enum<LobbyBypassScope>
The Enum Lobby Bypass Scope.
  • Enum Constant Details

    • ORGANIZER

      public static final LobbyBypassScope ORGANIZER
      organizer
    • ORGANIZATION

      public static final LobbyBypassScope ORGANIZATION
      organization
    • ORGANIZATION_AND_FEDERATED

      public static final LobbyBypassScope ORGANIZATION_AND_FEDERATED
      organization And Federated
    • EVERYONE

      public static final LobbyBypassScope EVERYONE
      everyone
    • UNKNOWN_FUTURE_VALUE

      public static final LobbyBypassScope UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • INVITED

      public static final LobbyBypassScope INVITED
      invited
    • ORGANIZATION_EXCLUDING_GUESTS

      public static final LobbyBypassScope ORGANIZATION_EXCLUDING_GUESTS
      organization Excluding Guests
    • UNEXPECTED_VALUE

      public static final LobbyBypassScope UNEXPECTED_VALUE
      For LobbyBypassScope values that were not expected from the service
  • Method Details

    • values

      public static LobbyBypassScope[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LobbyBypassScope valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null