Class PlannerBucket

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

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

    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. Name of the bucket.
    • orderHint

      @SerializedName(value="orderHint", alternate="OrderHint") @Expose @Nullable public String orderHint
      The Order Hint. Hint used to order items of this type in a list view. For details about the supported format, see Using order hints in Planner.
    • planId

      @SerializedName(value="planId", alternate="PlanId") @Expose @Nullable public String planId
      The Plan Id. Plan ID to which the bucket belongs.
    • tasks

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

    • PlannerBucket

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