@@ -28,6 +28,7 @@ class BaseItem extends Entity
2828{
2929 /**
3030 * Gets the createdBy
31+ * Identity of the user, device, or application which created the item. Read-only.
3132 *
3233 * @return IdentitySet The createdBy
3334 */
@@ -46,6 +47,7 @@ public function getCreatedBy()
4647
4748 /**
4849 * Sets the createdBy
50+ * Identity of the user, device, or application which created the item. Read-only.
4951 *
5052 * @param IdentitySet $val The createdBy
5153 *
@@ -59,6 +61,7 @@ public function setCreatedBy($val)
5961
6062 /**
6163 * Gets the createdDateTime
64+ * Date and time of item creation. Read-only.
6265 *
6366 * @return \DateTime The createdDateTime
6467 */
@@ -77,6 +80,7 @@ public function getCreatedDateTime()
7780
7881 /**
7982 * Sets the createdDateTime
83+ * Date and time of item creation. Read-only.
8084 *
8185 * @param \DateTime $val The createdDateTime
8286 *
@@ -117,6 +121,7 @@ public function setDescription($val)
117121
118122 /**
119123 * Gets the eTag
124+ * ETag for the item. Read-only.
120125 *
121126 * @return string The eTag
122127 */
@@ -131,6 +136,7 @@ public function getETag()
131136
132137 /**
133138 * Sets the eTag
139+ * ETag for the item. Read-only.
134140 *
135141 * @param string $val The eTag
136142 *
@@ -144,6 +150,7 @@ public function setETag($val)
144150
145151 /**
146152 * Gets the lastModifiedBy
153+ * Identity of the user, device, and application which last modified the item. Read-only.
147154 *
148155 * @return IdentitySet The lastModifiedBy
149156 */
@@ -162,6 +169,7 @@ public function getLastModifiedBy()
162169
163170 /**
164171 * Sets the lastModifiedBy
172+ * Identity of the user, device, and application which last modified the item. Read-only.
165173 *
166174 * @param IdentitySet $val The lastModifiedBy
167175 *
@@ -175,6 +183,7 @@ public function setLastModifiedBy($val)
175183
176184 /**
177185 * Gets the lastModifiedDateTime
186+ * Date and time the item was last modified. Read-only.
178187 *
179188 * @return \DateTime The lastModifiedDateTime
180189 */
@@ -193,6 +202,7 @@ public function getLastModifiedDateTime()
193202
194203 /**
195204 * Sets the lastModifiedDateTime
205+ * Date and time the item was last modified. Read-only.
196206 *
197207 * @param \DateTime $val The lastModifiedDateTime
198208 *
@@ -206,6 +216,7 @@ public function setLastModifiedDateTime($val)
206216
207217 /**
208218 * Gets the name
219+ * The name of the item. Read-write.
209220 *
210221 * @return string The name
211222 */
@@ -220,6 +231,7 @@ public function getName()
220231
221232 /**
222233 * Sets the name
234+ * The name of the item. Read-write.
223235 *
224236 * @param string $val The name
225237 *
@@ -233,6 +245,7 @@ public function setName($val)
233245
234246 /**
235247 * Gets the parentReference
248+ * Parent information, if the item has a parent. Read-write.
236249 *
237250 * @return ItemReference The parentReference
238251 */
@@ -251,6 +264,7 @@ public function getParentReference()
251264
252265 /**
253266 * Sets the parentReference
267+ * Parent information, if the item has a parent. Read-write.
254268 *
255269 * @param ItemReference $val The parentReference
256270 *
@@ -264,6 +278,7 @@ public function setParentReference($val)
264278
265279 /**
266280 * Gets the webUrl
281+ * URL that displays the resource in the browser. Read-only.
267282 *
268283 * @return string The webUrl
269284 */
@@ -278,6 +293,7 @@ public function getWebUrl()
278293
279294 /**
280295 * Sets the webUrl
296+ * URL that displays the resource in the browser. Read-only.
281297 *
282298 * @param string $val The webUrl
283299 *
0 commit comments