Class AadUserNotificationRecipient

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

public class AadUserNotificationRecipient extends TeamworkNotificationRecipient implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Aad User Notification Recipient.
  • Field Details

    • userId

      @SerializedName(value="userId", alternate="UserId") @Expose @Nullable public String userId
      The User Id. Azure AD user identifier. Use the List users method to get this ID.
  • Constructor Details

    • AadUserNotificationRecipient

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