Class MicrosoftGraphPlannerTaskDetails


  • public final class MicrosoftGraphPlannerTaskDetails
    extends MicrosoftGraphEntity
    plannerTaskDetails.
    • Constructor Detail

      • MicrosoftGraphPlannerTaskDetails

        public MicrosoftGraphPlannerTaskDetails()
    • 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.
      • 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.