Class MicrosoftGraphTodoTaskListInner

    • Constructor Detail

      • MicrosoftGraphTodoTaskListInner

        public MicrosoftGraphTodoTaskListInner()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: The name of the task list.
        Returns:
        the displayName value.
      • withDisplayName

        public MicrosoftGraphTodoTaskListInner withDisplayName​(String displayName)
        Set the displayName property: The name of the task list.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the MicrosoftGraphTodoTaskListInner object itself.
      • isOwner

        public Boolean isOwner()
        Get the isOwner property: True if the user is owner of the given task list.
        Returns:
        the isOwner value.
      • withIsOwner

        public MicrosoftGraphTodoTaskListInner withIsOwner​(Boolean isOwner)
        Set the isOwner property: True if the user is owner of the given task list.
        Parameters:
        isOwner - the isOwner value to set.
        Returns:
        the MicrosoftGraphTodoTaskListInner object itself.
      • isShared

        public Boolean isShared()
        Get the isShared property: True if the task list is shared with other users.
        Returns:
        the isShared value.
      • withIsShared

        public MicrosoftGraphTodoTaskListInner withIsShared​(Boolean isShared)
        Set the isShared property: True if the task list is shared with other users.
        Parameters:
        isShared - the isShared value to set.
        Returns:
        the MicrosoftGraphTodoTaskListInner object itself.
      • wellknownListName

        public MicrosoftGraphWellknownListName wellknownListName()
        Get the wellknownListName property: The wellknownListName property.
        Returns:
        the wellknownListName value.
      • withWellknownListName

        public MicrosoftGraphTodoTaskListInner withWellknownListName​(MicrosoftGraphWellknownListName wellknownListName)
        Set the wellknownListName property: The wellknownListName property.
        Parameters:
        wellknownListName - the wellknownListName value to set.
        Returns:
        the MicrosoftGraphTodoTaskListInner object itself.
      • extensions

        public List<MicrosoftGraphExtensionInner> extensions()
        Get the extensions property: The collection of open extensions defined for the task list. Nullable.
        Returns:
        the extensions value.
      • withExtensions

        public MicrosoftGraphTodoTaskListInner withExtensions​(List<MicrosoftGraphExtensionInner> extensions)
        Set the extensions property: The collection of open extensions defined for the task list. Nullable.
        Parameters:
        extensions - the extensions value to set.
        Returns:
        the MicrosoftGraphTodoTaskListInner object itself.
      • tasks

        public List<MicrosoftGraphTodoTaskInner> tasks()
        Get the tasks property: The tasks in this task list. Read-only. Nullable.
        Returns:
        the tasks value.