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