Class MicrosoftGraphPlannerTaskDetails
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerTaskDetails
-
public final class MicrosoftGraphPlannerTaskDetails extends MicrosoftGraphEntity
plannerTaskDetails.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphPlannerTaskDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: plannerTaskDetails.Map<String,Object>checklist()Get the checklist property: plannerChecklistItems.Stringdescription()Get the description property: Description of the task.MicrosoftGraphPlannerPreviewTypepreviewType()Get the previewType property: The previewType property.Map<String,Object>references()Get the references property: plannerExternalReferences.voidvalidate()Validates the instance.MicrosoftGraphPlannerTaskDetailswithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: plannerTaskDetails.MicrosoftGraphPlannerTaskDetailswithChecklist(Map<String,Object> checklist)Set the checklist property: plannerChecklistItems.MicrosoftGraphPlannerTaskDetailswithDescription(String description)Set the description property: Description of the task.MicrosoftGraphPlannerTaskDetailswithId(String id)Set the id property: Read-only.MicrosoftGraphPlannerTaskDetailswithPreviewType(MicrosoftGraphPlannerPreviewType previewType)Set the previewType property: The previewType property.MicrosoftGraphPlannerTaskDetailswithReferences(Map<String,Object> references)Set the references property: plannerExternalReferences.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
checklist
public Map<String,Object> checklist()
Get the checklist property: plannerChecklistItems.- Returns:
- the checklist value.
-
withChecklist
public MicrosoftGraphPlannerTaskDetails withChecklist(Map<String,Object> checklist)
Set the checklist property: plannerChecklistItems.- Parameters:
checklist- the checklist value to set.- Returns:
- the MicrosoftGraphPlannerTaskDetails object itself.
-
description
public String description()
Get the description property: Description of the task.- Returns:
- the description value.
-
withDescription
public MicrosoftGraphPlannerTaskDetails withDescription(String description)
Set the description property: Description of the task.- Parameters:
description- the description value to set.- Returns:
- the MicrosoftGraphPlannerTaskDetails object itself.
-
previewType
public MicrosoftGraphPlannerPreviewType previewType()
Get the previewType property: The previewType property.- Returns:
- the previewType value.
-
withPreviewType
public MicrosoftGraphPlannerTaskDetails withPreviewType(MicrosoftGraphPlannerPreviewType previewType)
Set the previewType property: The previewType property.- Parameters:
previewType- the previewType value to set.- Returns:
- the MicrosoftGraphPlannerTaskDetails object itself.
-
references
public Map<String,Object> references()
Get the references property: plannerExternalReferences.- Returns:
- the references value.
-
withReferences
public MicrosoftGraphPlannerTaskDetails withReferences(Map<String,Object> references)
Set the references property: plannerExternalReferences.- Parameters:
references- the references value to set.- Returns:
- the MicrosoftGraphPlannerTaskDetails object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: plannerTaskDetails.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPlannerTaskDetails withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: plannerTaskDetails.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPlannerTaskDetails object itself.
-
withId
public MicrosoftGraphPlannerTaskDetails withId(String id)
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-