Package com.microsoft.graph.models
Class PlannerAssignedToTaskBoardTaskFormat
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.PlannerAssignedToTaskBoardTaskFormat
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PlannerAssignedToTaskBoardTaskFormat
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Planner Assigned To Task Board Task Format.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Order Hints By Assignee.The Unassigned Order Hint. -
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
-
orderHintsByAssignee
@SerializedName(value="orderHintsByAssignee", alternate="OrderHintsByAssignee") @Expose @Nullable public PlannerOrderHintsByAssignee orderHintsByAssigneeThe Order Hints By Assignee. Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined here. -
unassignedOrderHint
@SerializedName(value="unassignedOrderHint", alternate="UnassignedOrderHint") @Expose @Nullable public String unassignedOrderHintThe Unassigned Order Hint. Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here.
-
-
Constructor Details
-
PlannerAssignedToTaskBoardTaskFormat
public PlannerAssignedToTaskBoardTaskFormat()
-
-
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
-