Uses of Enum
com.microsoft.graph.models.AllowedLobbyAdmitterRoles
Packages that use AllowedLobbyAdmitterRoles
-
Uses of AllowedLobbyAdmitterRoles in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AllowedLobbyAdmitterRolesModifier and TypeMethodDescriptionstatic AllowedLobbyAdmitterRolesOnlineMeetingBase.getAllowedLobbyAdmitters()Gets the allowedLobbyAdmitters property value.static AllowedLobbyAdmitterRolesReturns the enum constant of this type with the specified name.static AllowedLobbyAdmitterRoles[]AllowedLobbyAdmitterRoles.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type AllowedLobbyAdmitterRolesModifier and TypeMethodDescriptionvoidOnlineMeetingBase.setAllowedLobbyAdmitters(AllowedLobbyAdmitterRoles value) Sets the allowedLobbyAdmitters property value.