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