Uses of Class
odata.msgraph.client.beta.enums.LobbyBypassScope
-
Packages that use LobbyBypassScope Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of LobbyBypassScope in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as LobbyBypassScope Modifier and Type Field Description protected LobbyBypassScopeLobbyBypassSettings. scopeMethods in odata.msgraph.client.beta.complex that return types with arguments of type LobbyBypassScope Modifier and Type Method Description Optional<LobbyBypassScope>LobbyBypassSettings. getScope()Methods in odata.msgraph.client.beta.complex with parameters of type LobbyBypassScope Modifier and Type Method Description LobbyBypassSettings.BuilderLobbyBypassSettings.Builder. scope(LobbyBypassScope scope)LobbyBypassSettingsLobbyBypassSettings. withScope(LobbyBypassScope scope) -
Uses of LobbyBypassScope in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return LobbyBypassScope Modifier and Type Method Description static LobbyBypassScopeLobbyBypassScope. valueOf(String name)Returns the enum constant of this type with the specified name.static LobbyBypassScope[]LobbyBypassScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-