Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions english/java/com.aspose.tasks/group/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Represents a group definition. A Group object is a member of the ResourceGroups
| --- | --- |
| [getGroupAssignments()](#getGroupAssignments--) | Gets a value indicating whether assignments should be grouped instead of tasks. |
| [getGroupCriteria()](#getGroupCriteria--) | Gets a GroupCriteria collection representing the fields in a group definition. |
| [getIndex()](#getIndex--) | Gets the index of a [Group](../../com.aspose.tasks/group) object in the Groups containing object. |
| [getIndex()](#getIndex--) | Gets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list. |
| [getMaintainHierarchy()](#getMaintainHierarchy--) | Gets a value indicating whether to show all the levels of summary tasks for subtasks within group. |
| [getName()](#getName--) | Gets a name of a Group object. |
| [getShowInMenu()](#getShowInMenu--) | Gets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon. |
| [getShowSummary()](#getShowSummary--) | Gets a value indicating whether summary rows are displayed for the group. |
| [getUid()](#getUid--) | Gets a unique identifier of a group. |
| [setGroupAssignments(boolean value)](#setGroupAssignments-boolean-) | Sets a value indicating whether assignments should be grouped instead of tasks. |
| [setGroupCriteria(GroupCriterionCollection value)](#setGroupCriteria-com.aspose.tasks.GroupCriterionCollection-) | Sets a GroupCriteria collection representing the fields in a group definition. |
| [setIndex(int value)](#setIndex-int-) | Sets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list . |
| [setIndex(int value)](#setIndex-int-) | Sets the index of a [Group](../../com.aspose.tasks/group) object in the Groups list. |
| [setMaintainHierarchy(boolean value)](#setMaintainHierarchy-boolean-) | Sets a value indicating whether to show all the levels of summary tasks for subtasks within group. |
| [setName(String value)](#setName-java.lang.String-) | Sets a name of a Group object. |
| [setShowInMenu(boolean value)](#setShowInMenu-boolean-) | Sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon. |
Expand Down