Class Planner

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

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

    • buckets

      @SerializedName(value="buckets", alternate="Buckets") @Expose @Nullable public PlannerBucketCollectionPage buckets
      The Buckets. Read-only. Nullable. Returns a collection of the specified buckets
    • plans

      @SerializedName(value="plans", alternate="Plans") @Expose @Nullable public PlannerPlanCollectionPage plans
      The Plans. Read-only. Nullable. Returns a collection of the specified plans
    • tasks

      @SerializedName(value="tasks", alternate="Tasks") @Expose @Nullable public PlannerTaskCollectionPage tasks
      The Tasks. Read-only. Nullable. Returns a collection of the specified tasks
  • Constructor Details

    • Planner

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