Package com.microsoft.graph.models
Class TeamFunSettings
java.lang.Object
com.microsoft.graph.models.TeamFunSettings
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TeamFunSettings
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Team Fun Settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Allow Custom Memes.The Allow Giphy.The Allow Stickers And Memes.The Giphy Content Rating.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
allowCustomMemes
@SerializedName(value="allowCustomMemes", alternate="AllowCustomMemes") @Expose @Nullable public Boolean allowCustomMemesThe Allow Custom Memes. If set to true, enables users to include custom memes. -
allowGiphy
@SerializedName(value="allowGiphy", alternate="AllowGiphy") @Expose @Nullable public Boolean allowGiphyThe Allow Giphy. If set to true, enables Giphy use. -
allowStickersAndMemes
@SerializedName(value="allowStickersAndMemes", alternate="AllowStickersAndMemes") @Expose @Nullable public Boolean allowStickersAndMemesThe Allow Stickers And Memes. If set to true, enables users to include stickers and memes. -
giphyContentRating
@SerializedName(value="giphyContentRating", alternate="GiphyContentRating") @Expose @Nullable public GiphyRatingType giphyContentRatingThe Giphy Content Rating. Giphy content rating. Possible values are: moderate, strict.
-
-
Constructor Details
-
TeamFunSettings
public TeamFunSettings()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-