Class MicrosoftGraphLobbyBypassSettings
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLobbyBypassSettings
-
public final class MicrosoftGraphLobbyBypassSettings extends Object
lobbyBypassSettings.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphLobbyBypassSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: lobbyBypassSettings.BooleanisDialInBypassEnabled()Get the isDialInBypassEnabled property: Specifies whether or not to always let dial-in callers bypass the lobby.MicrosoftGraphLobbyBypassScopescope()Get the scope property: The scope property.voidvalidate()Validates the instance.MicrosoftGraphLobbyBypassSettingswithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: lobbyBypassSettings.MicrosoftGraphLobbyBypassSettingswithIsDialInBypassEnabled(Boolean isDialInBypassEnabled)Set the isDialInBypassEnabled property: Specifies whether or not to always let dial-in callers bypass the lobby.MicrosoftGraphLobbyBypassSettingswithScope(MicrosoftGraphLobbyBypassScope scope)Set the scope property: The scope property.
-
-
-
Method Detail
-
isDialInBypassEnabled
public Boolean isDialInBypassEnabled()
Get the isDialInBypassEnabled property: Specifies whether or not to always let dial-in callers bypass the lobby. Optional.- Returns:
- the isDialInBypassEnabled value.
-
withIsDialInBypassEnabled
public MicrosoftGraphLobbyBypassSettings withIsDialInBypassEnabled(Boolean isDialInBypassEnabled)
Set the isDialInBypassEnabled property: Specifies whether or not to always let dial-in callers bypass the lobby. Optional.- Parameters:
isDialInBypassEnabled- the isDialInBypassEnabled value to set.- Returns:
- the MicrosoftGraphLobbyBypassSettings object itself.
-
scope
public MicrosoftGraphLobbyBypassScope scope()
Get the scope property: The scope property.- Returns:
- the scope value.
-
withScope
public MicrosoftGraphLobbyBypassSettings withScope(MicrosoftGraphLobbyBypassScope scope)
Set the scope property: The scope property.- Parameters:
scope- the scope value to set.- Returns:
- the MicrosoftGraphLobbyBypassSettings object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: lobbyBypassSettings.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphLobbyBypassSettings withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: lobbyBypassSettings.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphLobbyBypassSettings object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-