Skip to content

Commit 174f593

Browse files
authored
Merge pull request #437 from microsoftgraph/v1.0/pipelinebuild/3585533
Generated v1.0 models and request builders using Typewriter
2 parents 6a327d4 + 27832f2 commit 174f593

File tree

776 files changed

+14826
-14726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

776 files changed

+14826
-14726
lines changed

src/main/java/com/microsoft/graph/callrecords/models/extensions/CallRecord.java

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
import com.microsoft.graph.serializer.AdditionalDataManager;
99
import java.util.Arrays;
1010
import java.util.EnumSet;
11-
import com.microsoft.graph.callrecords.models.generated.CallType;
1211
import com.microsoft.graph.callrecords.models.generated.Modality;
1312
import com.microsoft.graph.models.extensions.IdentitySet;
13+
import com.microsoft.graph.callrecords.models.generated.CallType;
1414
import com.microsoft.graph.callrecords.models.extensions.Session;
1515
import com.microsoft.graph.models.extensions.Entity;
1616
import com.microsoft.graph.callrecords.requests.extensions.SessionCollectionResponse;
@@ -33,28 +33,20 @@ public class CallRecord extends Entity implements IJsonBackedObject {
3333

3434

3535
/**
36-
* The Version.
37-
* Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
38-
*/
39-
@SerializedName("version")
40-
@Expose
41-
public Long version;
42-
43-
/**
44-
* The Type.
45-
* Indicates the type of the call. Possible values are: unknown, groupCall, peerToPeer, unknownFutureValue.
36+
* The End Date Time.
37+
* UTC time when the last user left 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 would look like this: '2014-01-01T00:00:00Z'
4638
*/
47-
@SerializedName("type")
39+
@SerializedName("endDateTime")
4840
@Expose
49-
public CallType type;
41+
public java.util.Calendar endDateTime;
5042

5143
/**
52-
* The Modalities.
53-
* List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.
44+
* The Join Web Url.
45+
* Meeting URL associated to the call. May not be available for a peerToPeer call record type.
5446
*/
55-
@SerializedName("modalities")
47+
@SerializedName("joinWebUrl")
5648
@Expose
57-
public java.util.List<Modality> modalities;
49+
public String joinWebUrl;
5850

5951
/**
6052
* The Last Modified Date Time.
@@ -65,20 +57,12 @@ public class CallRecord extends Entity implements IJsonBackedObject {
6557
public java.util.Calendar lastModifiedDateTime;
6658

6759
/**
68-
* The Start Date Time.
69-
* 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 would look like this: '2014-01-01T00:00:00Z'
70-
*/
71-
@SerializedName("startDateTime")
72-
@Expose
73-
public java.util.Calendar startDateTime;
74-
75-
/**
76-
* The End Date Time.
77-
* UTC time when the last user left 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 would look like this: '2014-01-01T00:00:00Z'
60+
* The Modalities.
61+
* List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.
7862
*/
79-
@SerializedName("endDateTime")
63+
@SerializedName("modalities")
8064
@Expose
81-
public java.util.Calendar endDateTime;
65+
public java.util.List<Modality> modalities;
8266

8367
/**
8468
* The Organizer.
@@ -97,12 +81,28 @@ public class CallRecord extends Entity implements IJsonBackedObject {
9781
public java.util.List<IdentitySet> participants;
9882

9983
/**
100-
* The Join Web Url.
101-
* Meeting URL associated to the call. May not be available for a peerToPeer call record type.
84+
* The Start Date Time.
85+
* 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 would look like this: '2014-01-01T00:00:00Z'
10286
*/
103-
@SerializedName("joinWebUrl")
87+
@SerializedName("startDateTime")
10488
@Expose
105-
public String joinWebUrl;
89+
public java.util.Calendar startDateTime;
90+
91+
/**
92+
* The Type.
93+
* Indicates the type of the call. Possible values are: unknown, groupCall, peerToPeer, unknownFutureValue.
94+
*/
95+
@SerializedName("type")
96+
@Expose
97+
public CallType type;
98+
99+
/**
100+
* The Version.
101+
* Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
102+
*/
103+
@SerializedName("version")
104+
@Expose
105+
public Long version;
106106

107107
/**
108108
* The Sessions.

src/main/java/com/microsoft/graph/callrecords/models/extensions/DeviceInfo.java

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ public final AdditionalDataManager additionalDataManager() {
3535
return additionalDataManager;
3636
}
3737

38-
/**
39-
* The Capture Device Name.
40-
* Name of the capture device used by the media endpoint.
41-
*/
42-
@SerializedName("captureDeviceName")
43-
@Expose
44-
public String captureDeviceName;
45-
4638
/**
4739
* The Capture Device Driver.
4840
* Name of the capture device driver used by the media endpoint.
@@ -52,52 +44,52 @@ public final AdditionalDataManager additionalDataManager() {
5244
public String captureDeviceDriver;
5345

5446
/**
55-
* The Render Device Name.
56-
* Name of the render device used by the media endpoint.
47+
* The Capture Device Name.
48+
* Name of the capture device used by the media endpoint.
5749
*/
58-
@SerializedName("renderDeviceName")
50+
@SerializedName("captureDeviceName")
5951
@Expose
60-
public String renderDeviceName;
52+
public String captureDeviceName;
6153

6254
/**
63-
* The Render Device Driver.
64-
* Name of the render device driver used by the media endpoint.
55+
* The Capture Not Functioning Event Ratio.
56+
* Fraction of the call that the media endpoint detected the capture device was not working properly.
6557
*/
66-
@SerializedName("renderDeviceDriver")
58+
@SerializedName("captureNotFunctioningEventRatio")
6759
@Expose
68-
public String renderDeviceDriver;
60+
public float captureNotFunctioningEventRatio;
6961

7062
/**
71-
* The Sent Signal Level.
72-
* Average energy level of sent audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.
63+
* The Cpu Insufficent Event Ratio.
64+
* Fraction of the call that the media endpoint detected the CPU resources available were insufficient and caused poor quality of the audio sent and received.
7365
*/
74-
@SerializedName("sentSignalLevel")
66+
@SerializedName("cpuInsufficentEventRatio")
7567
@Expose
76-
public Integer sentSignalLevel;
68+
public float cpuInsufficentEventRatio;
7769

7870
/**
79-
* The Received Signal Level.
80-
* Average energy level of received audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.
71+
* The Device Clipping Event Ratio.
72+
* Fraction of the call that the media endpoint detected clipping in the captured audio that caused poor quality of the audio being sent.
8173
*/
82-
@SerializedName("receivedSignalLevel")
74+
@SerializedName("deviceClippingEventRatio")
8375
@Expose
84-
public Integer receivedSignalLevel;
76+
public float deviceClippingEventRatio;
8577

8678
/**
87-
* The Sent Noise Level.
88-
* Average energy level of sent audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.
79+
* The Device Glitch Event Ratio.
80+
* Fraction of the call that the media endpoint detected glitches or gaps in the audio played or captured that caused poor quality of the audio being sent or received.
8981
*/
90-
@SerializedName("sentNoiseLevel")
82+
@SerializedName("deviceGlitchEventRatio")
9183
@Expose
92-
public Integer sentNoiseLevel;
84+
public float deviceGlitchEventRatio;
9385

9486
/**
95-
* The Received Noise Level.
96-
* Average energy level of received audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.
87+
* The Howling Event Count.
88+
* Number of times during the call that the media endpoint detected howling or screeching audio.
9789
*/
98-
@SerializedName("receivedNoiseLevel")
90+
@SerializedName("howlingEventCount")
9991
@Expose
100-
public Integer receivedNoiseLevel;
92+
public Integer howlingEventCount;
10193

10294
/**
10395
* The Initial Signal Level Root Mean Square.
@@ -108,68 +100,76 @@ public final AdditionalDataManager additionalDataManager() {
108100
public float initialSignalLevelRootMeanSquare;
109101

110102
/**
111-
* The Cpu Insufficent Event Ratio.
112-
* Fraction of the call that the media endpoint detected the CPU resources available were insufficient and caused poor quality of the audio sent and received.
103+
* The Low Speech Level Event Ratio.
104+
* Fraction of the call that the media endpoint detected low speech level that caused poor quality of the audio being sent.
113105
*/
114-
@SerializedName("cpuInsufficentEventRatio")
106+
@SerializedName("lowSpeechLevelEventRatio")
115107
@Expose
116-
public float cpuInsufficentEventRatio;
108+
public float lowSpeechLevelEventRatio;
117109

118110
/**
119-
* The Render Not Functioning Event Ratio.
120-
* Fraction of the call that the media endpoint detected the render device was not working properly.
111+
* The Low Speech To Noise Event Ratio.
112+
* Fraction of the call that the media endpoint detected low speech to noise level that caused poor quality of the audio being sent.
121113
*/
122-
@SerializedName("renderNotFunctioningEventRatio")
114+
@SerializedName("lowSpeechToNoiseEventRatio")
123115
@Expose
124-
public float renderNotFunctioningEventRatio;
116+
public float lowSpeechToNoiseEventRatio;
125117

126118
/**
127-
* The Capture Not Functioning Event Ratio.
128-
* Fraction of the call that the media endpoint detected the capture device was not working properly.
119+
* The Mic Glitch Rate.
120+
* Glitches per 5 minute interval for the media endpoint's microphone.
129121
*/
130-
@SerializedName("captureNotFunctioningEventRatio")
122+
@SerializedName("micGlitchRate")
131123
@Expose
132-
public float captureNotFunctioningEventRatio;
124+
public float micGlitchRate;
133125

134126
/**
135-
* The Device Glitch Event Ratio.
136-
* Fraction of the call that the media endpoint detected glitches or gaps in the audio played or captured that caused poor quality of the audio being sent or received.
127+
* The Received Noise Level.
128+
* Average energy level of received audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.
137129
*/
138-
@SerializedName("deviceGlitchEventRatio")
130+
@SerializedName("receivedNoiseLevel")
139131
@Expose
140-
public float deviceGlitchEventRatio;
132+
public Integer receivedNoiseLevel;
141133

142134
/**
143-
* The Low Speech To Noise Event Ratio.
144-
* Fraction of the call that the media endpoint detected low speech to noise level that caused poor quality of the audio being sent.
135+
* The Received Signal Level.
136+
* Average energy level of received audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.
145137
*/
146-
@SerializedName("lowSpeechToNoiseEventRatio")
138+
@SerializedName("receivedSignalLevel")
147139
@Expose
148-
public float lowSpeechToNoiseEventRatio;
140+
public Integer receivedSignalLevel;
149141

150142
/**
151-
* The Low Speech Level Event Ratio.
152-
* Fraction of the call that the media endpoint detected low speech level that caused poor quality of the audio being sent.
143+
* The Render Device Driver.
144+
* Name of the render device driver used by the media endpoint.
153145
*/
154-
@SerializedName("lowSpeechLevelEventRatio")
146+
@SerializedName("renderDeviceDriver")
155147
@Expose
156-
public float lowSpeechLevelEventRatio;
148+
public String renderDeviceDriver;
157149

158150
/**
159-
* The Device Clipping Event Ratio.
160-
* Fraction of the call that the media endpoint detected clipping in the captured audio that caused poor quality of the audio being sent.
151+
* The Render Device Name.
152+
* Name of the render device used by the media endpoint.
161153
*/
162-
@SerializedName("deviceClippingEventRatio")
154+
@SerializedName("renderDeviceName")
163155
@Expose
164-
public float deviceClippingEventRatio;
156+
public String renderDeviceName;
165157

166158
/**
167-
* The Howling Event Count.
168-
* Number of times during the call that the media endpoint detected howling or screeching audio.
159+
* The Render Mute Event Ratio.
160+
* Fraction of the call that media endpoint detected device render is muted.
169161
*/
170-
@SerializedName("howlingEventCount")
162+
@SerializedName("renderMuteEventRatio")
171163
@Expose
172-
public Integer howlingEventCount;
164+
public float renderMuteEventRatio;
165+
166+
/**
167+
* The Render Not Functioning Event Ratio.
168+
* Fraction of the call that the media endpoint detected the render device was not working properly.
169+
*/
170+
@SerializedName("renderNotFunctioningEventRatio")
171+
@Expose
172+
public float renderNotFunctioningEventRatio;
173173

174174
/**
175175
* The Render Zero Volume Event Ratio.
@@ -180,20 +180,20 @@ public final AdditionalDataManager additionalDataManager() {
180180
public float renderZeroVolumeEventRatio;
181181

182182
/**
183-
* The Render Mute Event Ratio.
184-
* Fraction of the call that media endpoint detected device render is muted.
183+
* The Sent Noise Level.
184+
* Average energy level of sent audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.
185185
*/
186-
@SerializedName("renderMuteEventRatio")
186+
@SerializedName("sentNoiseLevel")
187187
@Expose
188-
public float renderMuteEventRatio;
188+
public Integer sentNoiseLevel;
189189

190190
/**
191-
* The Mic Glitch Rate.
192-
* Glitches per 5 minute interval for the media endpoint's microphone.
191+
* The Sent Signal Level.
192+
* Average energy level of sent audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.
193193
*/
194-
@SerializedName("micGlitchRate")
194+
@SerializedName("sentSignalLevel")
195195
@Expose
196-
public float micGlitchRate;
196+
public Integer sentSignalLevel;
197197

198198
/**
199199
* The Speaker Glitch Rate.

src/main/java/com/microsoft/graph/callrecords/models/extensions/FailureInfo.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ public final AdditionalDataManager additionalDataManager() {
3636
return additionalDataManager;
3737
}
3838

39-
/**
40-
* The Stage.
41-
* The stage when the failure occurred. Possible values are: unknown, callSetup, midcall, unknownFutureValue.
42-
*/
43-
@SerializedName("stage")
44-
@Expose
45-
public FailureStage stage;
46-
4739
/**
4840
* The Reason.
4941
* Classification of why a call or portion of a call failed.
@@ -52,6 +44,14 @@ public final AdditionalDataManager additionalDataManager() {
5244
@Expose
5345
public String reason;
5446

47+
/**
48+
* The Stage.
49+
* The stage when the failure occurred. Possible values are: unknown, callSetup, midcall, unknownFutureValue.
50+
*/
51+
@SerializedName("stage")
52+
@Expose
53+
public FailureStage stage;
54+
5555

5656
/**
5757
* The raw representation of this class

0 commit comments

Comments
 (0)