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
@@ -87,7 +86,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
87
86
88
87
/**
89
88
* 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
89
+
* 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 +104,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
105
104
106
105
/**
107
106
* 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.
107
+
* 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/ClientUserAgent.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public class ClientUserAgent extends UserAgent implements IJsonBackedObject {
38
38
39
39
/**
40
40
* The Product Family.
41
-
* Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue, azureCommunicationServices. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: azureCommunicationServices.
41
+
* Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue, azureCommunicationServices. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: azureCommunicationServices.
@@ -78,7 +77,7 @@ public class Session extends Entity implements IJsonBackedObject {
78
77
79
78
/**
80
79
* 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
80
+
* 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
0 commit comments