public class PlannerUser extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
PlannerPlanCollectionPage |
plans
The Plans.
|
PlannerTaskCollectionPage |
tasks
The Tasks.
|
Constructor and Description |
---|
PlannerUser() |
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="plans", alternate="Plans") @Expose @Nullable public PlannerPlanCollectionPage plans
@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.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to