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

MicrosoftGraphPlannerProgressTaskBoardTaskFormat Class

public final class MicrosoftGraphPlannerProgressTaskBoardTaskFormat
extends MicrosoftGraphEntity

plannerProgressTaskBoardTaskFormat.

Constructor Summary

Constructor Description
MicrosoftGraphPlannerProgressTaskBoardTaskFormat()

Creates an instance of MicrosoftGraphPlannerProgressTaskBoardTaskFormat class.

Method Summary

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

Get the additionalProperties property: plannerProgressTaskBoardTaskFormat.

static MicrosoftGraphPlannerProgressTaskBoardTaskFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphPlannerProgressTaskBoardTaskFormat from the JsonReader.

String orderHint()

Get the orderHint property: Hint value used to order the task on the Progress view of the Task Board.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphPlannerProgressTaskBoardTaskFormat withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: plannerProgressTaskBoardTaskFormat.

MicrosoftGraphPlannerProgressTaskBoardTaskFormat withId(String id)

Set the id property: Read-only.

MicrosoftGraphPlannerProgressTaskBoardTaskFormat withOrderHint(String orderHint)

Set the orderHint property: Hint value used to order the task on the Progress view of the Task Board.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphPlannerProgressTaskBoardTaskFormat

public MicrosoftGraphPlannerProgressTaskBoardTaskFormat()

Creates an instance of MicrosoftGraphPlannerProgressTaskBoardTaskFormat class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: plannerProgressTaskBoardTaskFormat.

Overrides:

MicrosoftGraphPlannerProgressTaskBoardTaskFormat.additionalProperties()

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphPlannerProgressTaskBoardTaskFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphPlannerProgressTaskBoardTaskFormat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphPlannerProgressTaskBoardTaskFormat 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 MicrosoftGraphPlannerProgressTaskBoardTaskFormat.

orderHint

public String orderHint()

Get the orderHint property: Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here.

Returns:

the orderHint value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphPlannerProgressTaskBoardTaskFormat.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphPlannerProgressTaskBoardTaskFormat.validate()

withAdditionalProperties

public MicrosoftGraphPlannerProgressTaskBoardTaskFormat withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: plannerProgressTaskBoardTaskFormat.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphPlannerProgressTaskBoardTaskFormat object itself.

withId

public MicrosoftGraphPlannerProgressTaskBoardTaskFormat withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphPlannerProgressTaskBoardTaskFormat.withId(String id)

Parameters:

id

withOrderHint

public MicrosoftGraphPlannerProgressTaskBoardTaskFormat withOrderHint(String orderHint)

Set the orderHint property: Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here.

Parameters:

orderHint - the orderHint value to set.

Returns:

the MicrosoftGraphPlannerProgressTaskBoardTaskFormat object itself.

Applies to