Class TeamMessagingSettings

java.lang.Object
com.microsoft.graph.models.TeamMessagingSettings
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TeamMessagingSettings extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Team Messaging Settings.
  • Field Details

    • oDataType

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

      @SerializedName(value="allowChannelMentions", alternate="AllowChannelMentions") @Expose @Nullable public Boolean allowChannelMentions
      The Allow Channel Mentions. If set to true, @channel mentions are allowed.
    • allowOwnerDeleteMessages

      @SerializedName(value="allowOwnerDeleteMessages", alternate="AllowOwnerDeleteMessages") @Expose @Nullable public Boolean allowOwnerDeleteMessages
      The Allow Owner Delete Messages. If set to true, owners can delete any message.
    • allowTeamMentions

      @SerializedName(value="allowTeamMentions", alternate="AllowTeamMentions") @Expose @Nullable public Boolean allowTeamMentions
      The Allow Team Mentions. If set to true, @team mentions are allowed.
    • allowUserDeleteMessages

      @SerializedName(value="allowUserDeleteMessages", alternate="AllowUserDeleteMessages") @Expose @Nullable public Boolean allowUserDeleteMessages
      The Allow User Delete Messages. If set to true, users can delete their messages.
    • allowUserEditMessages

      @SerializedName(value="allowUserEditMessages", alternate="AllowUserEditMessages") @Expose @Nullable public Boolean allowUserEditMessages
      The Allow User Edit Messages. If set to true, users can edit their messages.
  • Constructor Details

    • TeamMessagingSettings

      public TeamMessagingSettings()
  • 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