Class MicrosoftGraphPlannerBucket

    • Constructor Detail

      • MicrosoftGraphPlannerBucket

        public MicrosoftGraphPlannerBucket()
    • Method Detail

      • name

        public String name()
        Get the name property: Name of the bucket.
        Returns:
        the name value.
      • withName

        public MicrosoftGraphPlannerBucket withName​(String name)
        Set the name property: Name of the bucket.
        Parameters:
        name - the name value to set.
        Returns:
        the MicrosoftGraphPlannerBucket object itself.
      • orderHint

        public String orderHint()
        Get the orderHint property: Hint used to order items of this type in a list view. The format is defined as outlined here.
        Returns:
        the orderHint value.
      • withOrderHint

        public MicrosoftGraphPlannerBucket withOrderHint​(String orderHint)
        Set the orderHint property: Hint used to order items of this type in a list view. The format is defined as outlined here.
        Parameters:
        orderHint - the orderHint value to set.
        Returns:
        the MicrosoftGraphPlannerBucket object itself.
      • planId

        public String planId()
        Get the planId property: Plan ID to which the bucket belongs.
        Returns:
        the planId value.
      • withPlanId

        public MicrosoftGraphPlannerBucket withPlanId​(String planId)
        Set the planId property: Plan ID to which the bucket belongs.
        Parameters:
        planId - the planId value to set.
        Returns:
        the MicrosoftGraphPlannerBucket object itself.
      • tasks

        public List<MicrosoftGraphPlannerTask> tasks()
        Get the tasks property: Read-only. Nullable. The collection of tasks in the bucket.
        Returns:
        the tasks value.
      • withTasks

        public MicrosoftGraphPlannerBucket withTasks​(List<MicrosoftGraphPlannerTask> tasks)
        Set the tasks property: Read-only. Nullable. The collection of tasks in the bucket.
        Parameters:
        tasks - the tasks value to set.
        Returns:
        the MicrosoftGraphPlannerBucket object itself.