你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat
- com.
- com.
public final class MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat
extends MicrosoftGraphEntity
plannerAssignedToTaskBoardTaskFormat.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Map<String,Object> |
orderHintsByAssignee()
Get the order |
Json |
toJson(JsonWriter jsonWriter) |
String |
unassignedOrderHint()
Get the unassigned |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withOrderHintsByAssignee(Map<String,Object> orderHintsByAssignee)
Set the order |
Microsoft |
withUnassignedOrderHint(String unassignedOrderHint)
Set the unassigned |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat
public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat()
Creates an instance of MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.
Overrides:
MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat.additionalProperties()Returns:
fromJson
public static MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat from the JsonReader.
Parameters:
Returns:
Throws:
orderHintsByAssignee
public Map
Get the orderHintsByAssignee property: plannerOrderHintsByAssignee.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat.toJson(JsonWriter jsonWriter)Parameters:
Throws:
unassignedOrderHint
public String unassignedOrderHint()
Get the unassignedOrderHint property: 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.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat.validate()withAdditionalProperties
public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withAdditionalProperties(Map
Set the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.
Overrides:
MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat.withId(String id)Parameters:
withOrderHintsByAssignee
public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withOrderHintsByAssignee(Map
Set the orderHintsByAssignee property: plannerOrderHintsByAssignee.
Parameters:
Returns:
withUnassignedOrderHint
public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withUnassignedOrderHint(String unassignedOrderHint)
Set the unassignedOrderHint property: 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.
Parameters:
Returns: