Class PlannerUser

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

public class PlannerUser extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Planner User.
  • Field Details

    • plans

      @SerializedName(value="plans", alternate="Plans") @Expose @Nullable public PlannerPlanCollectionPage plans
      The Plans. Read-only. Nullable. Returns the plannerTasks assigned to the user.
    • tasks

      @SerializedName(value="tasks", alternate="Tasks") @Expose @Nullable public PlannerTaskCollectionPage tasks
      The Tasks. Read-only. Nullable. Returns the plannerPlans shared with the user.
  • Constructor Details

    • PlannerUser

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