Class MicrosoftGraphTeamFunSettings
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamFunSettings
-
public final class MicrosoftGraphTeamFunSettings extends Object
teamFunSettings.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphTeamFunSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: teamFunSettings.BooleanallowCustomMemes()Get the allowCustomMemes property: If set to true, enables users to include custom memes.BooleanallowGiphy()Get the allowGiphy property: If set to true, enables Giphy use.BooleanallowStickersAndMemes()Get the allowStickersAndMemes property: If set to true, enables users to include stickers and memes.MicrosoftGraphGiphyRatingTypegiphyContentRating()Get the giphyContentRating property: The giphyContentRating property.voidvalidate()Validates the instance.MicrosoftGraphTeamFunSettingswithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: teamFunSettings.MicrosoftGraphTeamFunSettingswithAllowCustomMemes(Boolean allowCustomMemes)Set the allowCustomMemes property: If set to true, enables users to include custom memes.MicrosoftGraphTeamFunSettingswithAllowGiphy(Boolean allowGiphy)Set the allowGiphy property: If set to true, enables Giphy use.MicrosoftGraphTeamFunSettingswithAllowStickersAndMemes(Boolean allowStickersAndMemes)Set the allowStickersAndMemes property: If set to true, enables users to include stickers and memes.MicrosoftGraphTeamFunSettingswithGiphyContentRating(MicrosoftGraphGiphyRatingType giphyContentRating)Set the giphyContentRating property: The giphyContentRating property.
-
-
-
Method Detail
-
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: The giphyContentRating property.- Returns:
- the giphyContentRating value.
-
withGiphyContentRating
public MicrosoftGraphTeamFunSettings withGiphyContentRating(MicrosoftGraphGiphyRatingType giphyContentRating)
Set the giphyContentRating property: The giphyContentRating property.- 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.
-
-