MicrosoftGraphTeamFunSettings Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTeamFunSettings
- com.
Implements
public final class MicrosoftGraphTeamFunSettings
implements JsonSerializable<MicrosoftGraphTeamFunSettings>
Represents a team fun settings.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphTeamFunSettings() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| Boolean |
allowCustomMemes()
Get the allow |
| Boolean |
allowGiphy()
Get the allow |
| Boolean |
allowStickersAndMemes()
Get the allow |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
|
Microsoft |
giphyContentRating()
Get the giphy |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withAllowCustomMemes(Boolean allowCustomMemes)
Set the allow |
|
Microsoft |
withAllowGiphy(Boolean allowGiphy)
Set the allow |
|
Microsoft |
withAllowStickersAndMemes(Boolean allowStickersAndMemes)
Set the allow |
|
Microsoft |
withGiphyContentRating(MicrosoftGraphGiphyRatingType giphyContentRating)
Set the giphy |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphTeamFunSettings
public MicrosoftGraphTeamFunSettings()
Creates an instance of MicrosoftGraphTeamFunSettings class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: teamFunSettings.
Returns:
allowCustomMemes
public Boolean allowCustomMemes()
Get the allowCustomMemes property: If set to true, enables users to include custom memes.
Returns:
allowGiphy
public Boolean allowGiphy()
Get the allowGiphy property: If set to true, enables Giphy use.
Returns:
allowStickersAndMemes
public Boolean allowStickersAndMemes()
Get the allowStickersAndMemes property: If set to true, enables users to include stickers and memes.
Returns:
fromJson
public static MicrosoftGraphTeamFunSettings fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphTeamFunSettings from the JsonReader.
Parameters:
Returns:
Throws:
giphyContentRating
public MicrosoftGraphGiphyRatingType giphyContentRating()
Get the giphyContentRating property: giphyRatingType.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphTeamFunSettings withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: teamFunSettings.
Parameters:
Returns:
withAllowCustomMemes
public MicrosoftGraphTeamFunSettings withAllowCustomMemes(Boolean allowCustomMemes)
Set the allowCustomMemes property: If set to true, enables users to include custom memes.
Parameters:
Returns:
withAllowGiphy
public MicrosoftGraphTeamFunSettings withAllowGiphy(Boolean allowGiphy)
Set the allowGiphy property: If set to true, enables Giphy use.
Parameters:
Returns:
withAllowStickersAndMemes
public MicrosoftGraphTeamFunSettings withAllowStickersAndMemes(Boolean allowStickersAndMemes)
Set the allowStickersAndMemes property: If set to true, enables users to include stickers and memes.
Parameters:
Returns:
withGiphyContentRating
public MicrosoftGraphTeamFunSettings withGiphyContentRating(MicrosoftGraphGiphyRatingType giphyContentRating)
Set the giphyContentRating property: giphyRatingType.
Parameters:
Returns: