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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • allowCustomMemes

      @SerializedName(value="allowCustomMemes", alternate="AllowCustomMemes") @Expose @Nullable public Boolean allowCustomMemes
      The Allow Custom Memes. If set to true, enables users to include custom memes.
    • allowGiphy

      @SerializedName(value="allowGiphy", alternate="AllowGiphy") @Expose @Nullable public Boolean allowGiphy
      The Allow Giphy. If set to true, enables Giphy use.
    • allowStickersAndMemes

      @SerializedName(value="allowStickersAndMemes", alternate="AllowStickersAndMemes") @Expose @Nullable public Boolean allowStickersAndMemes
      The 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 giphyContentRating
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to