Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Name.The Order Hint.The Plan Id.The Tasks. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
name
The Name. Name of the bucket. -
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
The Plan Id. Plan ID to which the bucket belongs. -
tasks
@SerializedName(value="tasks", alternate="Tasks") @Expose @Nullable public PlannerTaskCollectionPage tasksThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-