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
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/callrecords/models/CallRecord.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
87
87
88
88
/**
89
89
* The Start Date Time.
90
-
* UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
90
+
* UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
@@ -105,7 +105,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
105
105
106
106
/**
107
107
* The Version.
108
-
* Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version.
108
+
* Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/callrecords/models/Session.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ public class Session extends Entity implements IJsonBackedObject {
78
78
79
79
/**
80
80
* The Start Date Time.
81
-
* UTC fime when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
81
+
* UTC time when the first user joined the session. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/AccessReviewReviewerScope.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public final AdditionalDataManager additionalDataManager() {
48
48
49
49
/**
50
50
* The Query Root.
51
-
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.
51
+
* The type of query. Examples include MicrosoftGraph and ARM.
@@ -57,7 +57,7 @@ public final AdditionalDataManager additionalDataManager() {
57
57
58
58
/**
59
59
* The Query Type.
60
-
* The type of query. Examples include MicrosoftGraph and ARM.
60
+
* In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query (i.e., ./manager) is specified.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/Agreement.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ public class Agreement extends Entity implements IJsonBackedObject {
43
43
44
44
/**
45
45
* The Is Per Device Acceptance Required.
46
-
* This setting enables you to require end users to accept this agreement on every device that they are accessing it from. The end user will be required to register their device in Azure AD, if they haven't already done so.
46
+
* Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Azure AD, if they haven't already done so.
@@ -82,7 +82,7 @@ public class AgreementAcceptance extends Entity implements IJsonBackedObject {
82
82
83
83
/**
84
84
* The Expiration Date Time.
85
-
* The expiration date time of the acceptance. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
85
+
* The expiration date time of the acceptance. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
@@ -91,7 +91,7 @@ public class AgreementAcceptance extends Entity implements IJsonBackedObject {
91
91
92
92
/**
93
93
* The Recorded Date Time.
94
-
* The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
94
+
* The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
0 commit comments