你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat Class

public final class MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat
extends MicrosoftGraphEntity

plannerAssignedToTaskBoardTaskFormat.

Constructor Summary

Constructor Description
MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat()

Creates an instance of MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.

static MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat from the JsonReader.

Map<String,Object> orderHintsByAssignee()

Get the orderHintsByAssignee property: plannerOrderHintsByAssignee.

JsonWriter toJson(JsonWriter jsonWriter)
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.

void validate()

Validates the instance.

MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.

MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withId(String id)

Set the id property: Read-only.

MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withOrderHintsByAssignee(Map<String,Object> orderHintsByAssignee)

Set the orderHintsByAssignee property: plannerOrderHintsByAssignee.

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.

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 additionalProperties()

Get the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.

Overrides:

MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat.additionalProperties()

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat.

orderHintsByAssignee

public Map orderHintsByAssignee()

Get the orderHintsByAssignee property: plannerOrderHintsByAssignee.

Returns:

the orderHintsByAssignee value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

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:

the unassignedOrderHint value.

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat.validate()

withAdditionalProperties

public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: plannerAssignedToTaskBoardTaskFormat.

Overrides:

MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat.withAdditionalProperties(Map<String,Object> additionalProperties)

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat object itself.

withId

public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat.withId(String id)

Parameters:

id

withOrderHintsByAssignee

public MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat withOrderHintsByAssignee(Map orderHintsByAssignee)

Set the orderHintsByAssignee property: plannerOrderHintsByAssignee.

Parameters:

orderHintsByAssignee - the orderHintsByAssignee value to set.

Returns:

the MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat object itself.

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:

unassignedOrderHint - the unassignedOrderHint value to set.

Returns:

the MicrosoftGraphPlannerAssignedToTaskBoardTaskFormat object itself.

Applies to