Class Group
java.lang.Object
com.aspose.tasks.cloud.model.Group
Represents a group definition. A Group object is a member of the ResourceGroups collection or the TaskGroups collection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGroupCriteriaItem(GroupCriterion groupCriteriaItem) booleanGets or sets a collection of criteria representing the fields in a group definition.getName()Gets or sets a name of a Group object.getUid()Gets or sets a unique identifier of a group.groupAssignments(Boolean groupAssignments) groupCriteria(List<GroupCriterion> groupCriteria) inthashCode()Gets or sets a value indicating whether assignments should be grouped instead of tasks.Gets or sets a value indicating whether to show all the levels of summary tasks for subtasks within group.Gets or sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon.Gets or sets a value indicating whether summary rows are displayed for the group.maintainHierarchy(Boolean maintainHierarchy) voidsetGroupAssignments(Boolean groupAssignments) voidsetGroupCriteria(List<GroupCriterion> groupCriteria) voidsetMaintainHierarchy(Boolean maintainHierarchy) voidvoidsetShowInMenu(Boolean showInMenu) voidsetShowSummary(Boolean showSummary) voidshowInMenu(Boolean showInMenu) showSummary(Boolean showSummary) toString()
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
uid
-
getUid
-
setUid
-
name
-
getName
-
setName
-
showInMenu
-
isShowInMenu
Gets or sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon.- Returns:
- showInMenu
-
setShowInMenu
-
showSummary
-
isShowSummary
Gets or sets a value indicating whether summary rows are displayed for the group.- Returns:
- showSummary
-
setShowSummary
-
maintainHierarchy
-
isMaintainHierarchy
Gets or sets a value indicating whether to show all the levels of summary tasks for subtasks within group.- Returns:
- maintainHierarchy
-
setMaintainHierarchy
-
groupAssignments
-
isGroupAssignments
Gets or sets a value indicating whether assignments should be grouped instead of tasks.- Returns:
- groupAssignments
-
setGroupAssignments
-
groupCriteria
-
addGroupCriteriaItem
-
getGroupCriteria
Gets or sets a collection of criteria representing the fields in a group definition.- Returns:
- groupCriteria
-
setGroupCriteria
-
equals
-
hashCode
-
toString
-