You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList [setting](groupsetting.md) value, based on the [template definition](groupsettingtemplate.md).<br><br>Returned by default.
36
65
* @return string
37
66
*/
38
-
publicfunctiongetClassification()
67
+
publicfunctiongetClassification(): string
39
68
{
40
69
return$this->getProperty("Classification");
41
70
}
@@ -520,4 +549,26 @@ public function setHideFromAddressLists($value)
Copy file name to clipboardExpand all lines: src/Planner/Plans/PlannerPlan.php
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,22 @@
7
7
8
8
useOffice365\Directory\Identities\IdentitySet;
9
9
useOffice365\Entity;
10
+
useOffice365\Runtime\Http\RequestOptions;
10
11
useOffice365\Runtime\ResourcePath;
11
12
/**
12
13
* The **plannerPlan** resource represents a plan in Office 365. A plan can be owned by a [group](group.md) and contains a collection of [plannerTasks](plannertask.md). It can also have a collection of [plannerBuckets](plannerbucket.md). Each plan object has a [details](plannerplandetails.md) object that can contain more information about the plan. For more information about the relationships between groups, plans, and tasks, see [Planner](planner-overview.md).
0 commit comments