Package com.microsoft.graph.models
Class PlannerPlan
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.PlannerPlan
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Planner Plan.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Buckets.The Container.The Created By.The Created Date Time.The Details.Deprecated.Owner property is deprecated and will be removed in April 2024.The Tasks.The Title. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
container
@SerializedName(value="container", alternate="Container") @Expose @Nullable public PlannerPlanContainer containerThe Container. Identifies the container of the plan. Specify only the url, the containerId and type, or all properties. After it is set, this property can’t be updated. Required. -
createdBy
@SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public IdentitySet createdByThe Created By. Read-only. The user who created the plan. -
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z -
owner
Deprecated.Owner property is deprecated and will be removed in April 2024. Please use the container property instead.The Owner. -
title
The Title. Required. Title of the plan. -
buckets
@SerializedName(value="buckets", alternate="Buckets") @Expose @Nullable public PlannerBucketCollectionPage bucketsThe Buckets. Read-only. Nullable. Collection of buckets in the plan. -
details
@SerializedName(value="details", alternate="Details") @Expose @Nullable public PlannerPlanDetails detailsThe Details. Read-only. Nullable. Additional details about the plan. -
tasks
@SerializedName(value="tasks", alternate="Tasks") @Expose @Nullable public PlannerTaskCollectionPage tasksThe Tasks. Read-only. Nullable. Collection of tasks in the plan.
-
-
Constructor Details
-
PlannerPlan
public PlannerPlan()
-
-
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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-