Class MicrosoftGraphTeamGuestSettings

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamGuestSettings

public final class MicrosoftGraphTeamGuestSettings extends Object
teamGuestSettings.
  • Constructor Details

    • MicrosoftGraphTeamGuestSettings

      public MicrosoftGraphTeamGuestSettings()
      Creates an instance of MicrosoftGraphTeamGuestSettings class.
  • Method Details

    • 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.