Class MicrosoftGraphTeamFunSettings
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamFunSettings
teamFunSettings.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphTeamFunSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: teamFunSettings.Get the allowCustomMemes property: If set to true, enables users to include custom memes.Get the allowGiphy property: If set to true, enables Giphy use.Get the allowStickersAndMemes property: If set to true, enables users to include stickers and memes.Get the giphyContentRating property: giphyRatingType.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: teamFunSettings.withAllowCustomMemes(Boolean allowCustomMemes) Set the allowCustomMemes property: If set to true, enables users to include custom memes.withAllowGiphy(Boolean allowGiphy) Set the allowGiphy property: If set to true, enables Giphy use.withAllowStickersAndMemes(Boolean allowStickersAndMemes) Set the allowStickersAndMemes property: If set to true, enables users to include stickers and memes.withGiphyContentRating(MicrosoftGraphGiphyRatingType giphyContentRating) Set the giphyContentRating property: giphyRatingType.
-
Constructor Details
-
MicrosoftGraphTeamFunSettings
public MicrosoftGraphTeamFunSettings()Creates an instance of MicrosoftGraphTeamFunSettings class.
-
-
Method Details
-
allowCustomMemes
Get the allowCustomMemes property: If set to true, enables users to include custom memes.- Returns:
- the allowCustomMemes value.
-
withAllowCustomMemes
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
Get the allowGiphy property: If set to true, enables Giphy use.- Returns:
- the allowGiphy value.
-
withAllowGiphy
Set the allowGiphy property: If set to true, enables Giphy use.- Parameters:
allowGiphy- the allowGiphy value to set.- Returns:
- the MicrosoftGraphTeamFunSettings object itself.
-
allowStickersAndMemes
Get the allowStickersAndMemes property: If set to true, enables users to include stickers and memes.- Returns:
- the allowStickersAndMemes value.
-
withAllowStickersAndMemes
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
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
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.
-