Class EducationAssignmentIndividualRecipient

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

public class EducationAssignmentIndividualRecipient extends EducationAssignmentRecipient implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Education Assignment Individual Recipient.
  • Field Details

    • recipients

      @SerializedName(value="recipients", alternate="Recipients") @Expose @Nullable public List<String> recipients
      The Recipients. A collection of IDs of the recipients.
  • Constructor Details

    • EducationAssignmentIndividualRecipient

      public EducationAssignmentIndividualRecipient()
  • 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 EducationAssignmentRecipient
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to