Class MicrosoftGraphTeamFunSettings

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

public final class MicrosoftGraphTeamFunSettings extends Object
teamFunSettings.
  • Constructor Details

    • MicrosoftGraphTeamFunSettings

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

    • allowCustomMemes

      public Boolean allowCustomMemes()
      Get the allowCustomMemes property: If set to true, enables users to include custom memes.
      Returns:
      the allowCustomMemes value.
    • withAllowCustomMemes

      public MicrosoftGraphTeamFunSettings withAllowCustomMemes(Boolean allowCustomMemes)
      Set the allowCustomMemes property: If set to true, enables users to include custom memes.
      Parameters:
      allowCustomMemes - the allowCustomMemes value to set.
      Returns:
      the MicrosoftGraphTeamFunSettings object itself.
    • allowGiphy

      public Boolean allowGiphy()
      Get the allowGiphy property: If set to true, enables Giphy use.
      Returns:
      the allowGiphy value.
    • withAllowGiphy

      public MicrosoftGraphTeamFunSettings withAllowGiphy(Boolean allowGiphy)
      Set the allowGiphy property: If set to true, enables Giphy use.
      Parameters:
      allowGiphy - the allowGiphy value to set.
      Returns:
      the MicrosoftGraphTeamFunSettings object itself.
    • allowStickersAndMemes

      public Boolean allowStickersAndMemes()
      Get the allowStickersAndMemes property: If set to true, enables users to include stickers and memes.
      Returns:
      the allowStickersAndMemes value.
    • withAllowStickersAndMemes

      public MicrosoftGraphTeamFunSettings withAllowStickersAndMemes(Boolean allowStickersAndMemes)
      Set the allowStickersAndMemes property: If set to true, enables users to include stickers and memes.
      Parameters:
      allowStickersAndMemes - the allowStickersAndMemes value to set.
      Returns:
      the MicrosoftGraphTeamFunSettings object itself.
    • giphyContentRating

      public MicrosoftGraphGiphyRatingType giphyContentRating()
      Get the giphyContentRating property: giphyRatingType.
      Returns:
      the giphyContentRating value.
    • withGiphyContentRating

      public MicrosoftGraphTeamFunSettings withGiphyContentRating(MicrosoftGraphGiphyRatingType giphyContentRating)
      Set the giphyContentRating property: giphyRatingType.
      Parameters:
      giphyContentRating - the giphyContentRating value to set.
      Returns:
      the MicrosoftGraphTeamFunSettings object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: teamFunSettings.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphTeamFunSettings withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: teamFunSettings.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphTeamFunSettings object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.