public class PlannerPlan extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
PlannerBucketCollectionPage |
buckets
The Buckets.
|
IdentitySet |
createdBy
The Created By.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
PlannerPlanDetails |
details
The Details.
|
java.lang.String |
owner
The Owner.
|
PlannerTaskCollectionPage |
tasks
The Tasks.
|
java.lang.String |
title
The Title.
|
| Constructor and Description |
|---|
PlannerPlan() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="createdBy",
alternate="CreatedBy")
@Expose
@Nullable
public IdentitySet createdBy
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@SerializedName(value="owner",
alternate="Owner")
@Expose
@Nullable
public java.lang.String owner
@SerializedName(value="title",
alternate="Title")
@Expose
@Nullable
public java.lang.String title
@SerializedName(value="buckets",
alternate="Buckets")
@Expose
@Nullable
public PlannerBucketCollectionPage buckets
@SerializedName(value="details",
alternate="Details")
@Expose
@Nullable
public PlannerPlanDetails details
@SerializedName(value="tasks",
alternate="Tasks")
@Expose
@Nullable
public PlannerTaskCollectionPage tasks
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to