Class MicrosoftGraphTeamGuestSettings
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamGuestSettings
-
public final class MicrosoftGraphTeamGuestSettings extends Object
teamGuestSettings.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphTeamGuestSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: teamGuestSettings.Boolean
allowCreateUpdateChannels()
Get the allowCreateUpdateChannels property: If set to true, guests can add and update channels.Boolean
allowDeleteChannels()
Get the allowDeleteChannels property: If set to true, guests can delete channels.void
validate()
Validates the instance.MicrosoftGraphTeamGuestSettings
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: teamGuestSettings.MicrosoftGraphTeamGuestSettings
withAllowCreateUpdateChannels(Boolean allowCreateUpdateChannels)
Set the allowCreateUpdateChannels property: If set to true, guests can add and update channels.MicrosoftGraphTeamGuestSettings
withAllowDeleteChannels(Boolean allowDeleteChannels)
Set the allowDeleteChannels property: If set to true, guests can delete channels.
-
-
-
Method Detail
-
allowCreateUpdateChannels
public Boolean allowCreateUpdateChannels()
Get the allowCreateUpdateChannels property: If set to true, guests can add and update channels.- Returns:
- the allowCreateUpdateChannels value.
-
withAllowCreateUpdateChannels
public MicrosoftGraphTeamGuestSettings withAllowCreateUpdateChannels(Boolean allowCreateUpdateChannels)
Set the allowCreateUpdateChannels property: If set to true, guests can add and update channels.- Parameters:
allowCreateUpdateChannels
- the allowCreateUpdateChannels value to set.- Returns:
- the MicrosoftGraphTeamGuestSettings object itself.
-
allowDeleteChannels
public Boolean allowDeleteChannels()
Get the allowDeleteChannels property: If set to true, guests can delete channels.- Returns:
- the allowDeleteChannels value.
-
withAllowDeleteChannels
public MicrosoftGraphTeamGuestSettings withAllowDeleteChannels(Boolean allowDeleteChannels)
Set the allowDeleteChannels property: If set to true, guests can delete channels.- Parameters:
allowDeleteChannels
- the allowDeleteChannels value to set.- Returns:
- the MicrosoftGraphTeamGuestSettings object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: teamGuestSettings.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphTeamGuestSettings withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: teamGuestSettings.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphTeamGuestSettings object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-