public class PlannerAssignedToTaskBoardTaskFormat extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
PlannerOrderHintsByAssignee |
orderHintsByAssignee
The Order Hints By Assignee.
|
java.lang.String |
unassignedOrderHint
The Unassigned Order Hint.
|
| Constructor and Description |
|---|
PlannerAssignedToTaskBoardTaskFormat() |
| 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="orderHintsByAssignee",
alternate="OrderHintsByAssignee")
@Expose
@Nullable
public PlannerOrderHintsByAssignee orderHintsByAssignee
@SerializedName(value="unassignedOrderHint",
alternate="UnassignedOrderHint")
@Expose
@Nullable
public java.lang.String unassignedOrderHint
public PlannerAssignedToTaskBoardTaskFormat()
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