MicrosoftGraphPlannerTaskDetails Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPlannerTaskDetails
- com.
- com.
public final class MicrosoftGraphPlannerTaskDetails
extends MicrosoftGraphEntity
Represents a planner task details.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphPlannerTaskDetails() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| Map<String,Object> |
checklist()
Get the checklist property: planner |
| String |
description()
Get the description property: Description of the task. |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
|
Microsoft |
previewType()
Get the preview |
| Map<String,Object> |
references()
Get the references property: planner |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withChecklist(Map<String,Object> checklist)
Set the checklist property: planner |
|
Microsoft |
withDescription(String description)
Set the description property: Description of the task. |
|
Microsoft |
withId(String id)
Set the id property: Read-only. |
|
Microsoft |
withPreviewType(MicrosoftGraphPlannerPreviewType previewType)
Set the preview |
|
Microsoft |
withReferences(Map<String,Object> references)
Set the references property: planner |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPlannerTaskDetails
public MicrosoftGraphPlannerTaskDetails()
Creates an instance of MicrosoftGraphPlannerTaskDetails class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: plannerTaskDetails.
Overrides:
MicrosoftGraphPlannerTaskDetails.additionalProperties()Returns:
checklist
public Map<String,Object> checklist()
Get the checklist property: plannerChecklistItems.
Returns:
description
public String description()
Get the description property: Description of the task.
Returns:
fromJson
public static MicrosoftGraphPlannerTaskDetails fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPlannerTaskDetails from the JsonReader.
Parameters:
Returns:
Throws:
previewType
public MicrosoftGraphPlannerPreviewType previewType()
Get the previewType property: plannerPreviewType.
Returns:
references
public Map<String,Object> references()
Get the references property: plannerExternalReferences.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphPlannerTaskDetails.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphPlannerTaskDetails.validate()withAdditionalProperties
public MicrosoftGraphPlannerTaskDetails withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerTaskDetails.
Overrides:
MicrosoftGraphPlannerTaskDetails.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withChecklist
public MicrosoftGraphPlannerTaskDetails withChecklist(Map<String,Object> checklist)
Set the checklist property: plannerChecklistItems.
Parameters:
Returns:
withDescription
public MicrosoftGraphPlannerTaskDetails withDescription(String description)
Set the description property: Description of the task.
Parameters:
Returns:
withId
public MicrosoftGraphPlannerTaskDetails withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphPlannerTaskDetails.withId(String id)Parameters:
withPreviewType
public MicrosoftGraphPlannerTaskDetails withPreviewType(MicrosoftGraphPlannerPreviewType previewType)
Set the previewType property: plannerPreviewType.
Parameters:
Returns:
withReferences
public MicrosoftGraphPlannerTaskDetails withReferences(Map<String,Object> references)
Set the references property: plannerExternalReferences.
Parameters:
Returns: