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

MicrosoftGraphPlannerBucketTaskBoardTaskFormat Class

public final class MicrosoftGraphPlannerBucketTaskBoardTaskFormat
extends MicrosoftGraphEntity

plannerBucketTaskBoardTaskFormat.

Constructor Summary

Constructor Description
MicrosoftGraphPlannerBucketTaskBoardTaskFormat()

Creates an instance of MicrosoftGraphPlannerBucketTaskBoardTaskFormat class.

Method Summary

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

Get the additionalProperties property: plannerBucketTaskBoardTaskFormat.

static MicrosoftGraphPlannerBucketTaskBoardTaskFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphPlannerBucketTaskBoardTaskFormat from the JsonReader.

String orderHint()

Get the orderHint property: Hint used to order tasks in the Bucket view of the Task Board.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphPlannerBucketTaskBoardTaskFormat withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: plannerBucketTaskBoardTaskFormat.

MicrosoftGraphPlannerBucketTaskBoardTaskFormat withId(String id)

Set the id property: Read-only.

MicrosoftGraphPlannerBucketTaskBoardTaskFormat withOrderHint(String orderHint)

Set the orderHint property: Hint used to order tasks in the Bucket view of the Task Board.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphPlannerBucketTaskBoardTaskFormat

public MicrosoftGraphPlannerBucketTaskBoardTaskFormat()

Creates an instance of MicrosoftGraphPlannerBucketTaskBoardTaskFormat class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: plannerBucketTaskBoardTaskFormat.

Overrides:

MicrosoftGraphPlannerBucketTaskBoardTaskFormat.additionalProperties()

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphPlannerBucketTaskBoardTaskFormat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphPlannerBucketTaskBoardTaskFormat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

orderHint

public String orderHint()

Get the orderHint property: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here.

Returns:

the orderHint value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphPlannerBucketTaskBoardTaskFormat.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphPlannerBucketTaskBoardTaskFormat.validate()

withAdditionalProperties

public MicrosoftGraphPlannerBucketTaskBoardTaskFormat withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: plannerBucketTaskBoardTaskFormat.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphPlannerBucketTaskBoardTaskFormat object itself.

withId

public MicrosoftGraphPlannerBucketTaskBoardTaskFormat withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphPlannerBucketTaskBoardTaskFormat.withId(String id)

Parameters:

id

withOrderHint

public MicrosoftGraphPlannerBucketTaskBoardTaskFormat withOrderHint(String orderHint)

Set the orderHint property: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here.

Parameters:

orderHint - the orderHint value to set.

Returns:

the MicrosoftGraphPlannerBucketTaskBoardTaskFormat object itself.

Applies to