Class MicrosoftGraphPlannerTaskDetails
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPlannerTaskDetails
plannerTaskDetails.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPlannerTaskDetails class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: plannerTaskDetails.Get the checklist property: plannerChecklistItems.Get the description property: Description of the task.Get the previewType property: plannerPreviewType.Get the references property: plannerExternalReferences.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: plannerTaskDetails.withChecklist(Map<String, Object> checklist) Set the checklist property: plannerChecklistItems.withDescription(String description) Set the description property: Description of the task.Set the id property: Read-only.withPreviewType(MicrosoftGraphPlannerPreviewType previewType) Set the previewType property: plannerPreviewType.withReferences(Map<String, Object> references) Set the references property: plannerExternalReferences.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphPlannerTaskDetails
public MicrosoftGraphPlannerTaskDetails()Creates an instance of MicrosoftGraphPlannerTaskDetails class.
-
-
Method Details
-
checklist
Get the checklist property: plannerChecklistItems.- Returns:
- the checklist value.
-
withChecklist
Set the checklist property: plannerChecklistItems.- Parameters:
checklist- the checklist value to set.- Returns:
- the MicrosoftGraphPlannerTaskDetails object itself.
-
description
Get the description property: Description of the task.- Returns:
- the description value.
-
withDescription
Set the description property: Description of the task.- Parameters:
description- the description value to set.- Returns:
- the MicrosoftGraphPlannerTaskDetails object itself.
-
previewType
Get the previewType property: plannerPreviewType.- Returns:
- the previewType value.
-
withPreviewType
public MicrosoftGraphPlannerTaskDetails withPreviewType(MicrosoftGraphPlannerPreviewType previewType) Set the previewType property: plannerPreviewType.- Parameters:
previewType- the previewType value to set.- Returns:
- the MicrosoftGraphPlannerTaskDetails object itself.
-
references
Get the references property: plannerExternalReferences.- Returns:
- the references value.
-
withReferences
Set the references property: plannerExternalReferences.- Parameters:
references- the references value to set.- Returns:
- the MicrosoftGraphPlannerTaskDetails object itself.
-
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
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.
-