Class ChannelMembersNotificationRecipient

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

public class ChannelMembersNotificationRecipient extends TeamworkNotificationRecipient implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Channel Members Notification Recipient.
  • Field Details

    • channelId

      @SerializedName(value="channelId", alternate="ChannelId") @Expose @Nullable public String channelId
      The Channel Id. The unique identifier for the channel whose members should receive the notification.
    • teamId

      @SerializedName(value="teamId", alternate="TeamId") @Expose @Nullable public String teamId
      The Team Id. The unique identifier for the team under which the channel resides.
  • Constructor Details

    • ChannelMembersNotificationRecipient

      public ChannelMembersNotificationRecipient()
  • Method Details

    • 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
      Overrides:
      setRawObject in class TeamworkNotificationRecipient
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to