Skip to content

Commit af73626

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 83608
1 parent 9234a4f commit af73626

File tree

1,166 files changed

+6320
-10660
lines changed

Some content is hidden

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

1,166 files changed

+6320
-10660
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
2020
dependencies {
2121
// Include the sdk as a dependency
22-
implementation 'com.microsoft.graph:microsoft-graph:5.32.0'
22+
implementation 'com.microsoft.graph:microsoft-graph:5.33.0'
2323
// Uncomment the line below if you are building an android application
2424
//implementation 'com.google.guava:guava:30.1.1-android'
2525
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
@@ -36,7 +36,7 @@ Add the dependency in `dependencies` in pom.xml
3636
<!-- Include the sdk as a dependency -->
3737
<groupId>com.microsoft.graph</groupId>
3838
<artifactId>microsoft-graph</artifactId>
39-
<version>5.32.0</version>
39+
<version>5.33.0</version>
4040
</dependency>
4141
<dependency>
4242
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -163,5 +163,6 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
163163

164164

165165

166+
166167

167168

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ org.gradle.caching=true
2626
mavenGroupId = com.microsoft.graph
2727
mavenArtifactId = microsoft-graph
2828
mavenMajorVersion = 5
29-
mavenMinorVersion = 32
29+
mavenMinorVersion = 33
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

@@ -86,5 +86,6 @@ mavenCentralPublishingEnabled=false
8686

8787

8888

89+
8990

9091

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import com.microsoft.graph.callrecords.models.Modality;
1313
import com.microsoft.graph.models.IdentitySet;
1414
import com.microsoft.graph.callrecords.models.CallType;
15-
import com.microsoft.graph.callrecords.models.Session;
1615
import com.microsoft.graph.models.Entity;
1716
import com.microsoft.graph.callrecords.requests.SessionCollectionPage;
1817

@@ -87,7 +86,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
8786

8887
/**
8988
* 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.
9190
*/
9291
@SerializedName(value = "startDateTime", alternate = {"StartDateTime"})
9392
@Expose
@@ -105,7 +104,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
105104

106105
/**
107106
* 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.
109108
*/
110109
@SerializedName(value = "version", alternate = {"Version"})
111110
@Expose
@@ -119,7 +118,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
119118
@SerializedName(value = "sessions", alternate = {"Sessions"})
120119
@Expose
121120
@Nullable
122-
public SessionCollectionPage sessions;
121+
public com.microsoft.graph.callrecords.requests.SessionCollectionPage sessions;
123122

124123

125124
/**
@@ -132,7 +131,7 @@ public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final J
132131

133132

134133
if (json.has("sessions")) {
135-
sessions = serializer.deserializeObject(json.get("sessions"), SessionCollectionPage.class);
134+
sessions = serializer.deserializeObject(json.get("sessions"), com.microsoft.graph.callrecords.requests.SessionCollectionPage.class);
136135
}
137136
}
138137
}

src/main/java/com/microsoft/graph/callrecords/models/ClientUserAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class ClientUserAgent extends UserAgent implements IJsonBackedObject {
3838

3939
/**
4040
* 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.
4242
*/
4343
@SerializedName(value = "productFamily", alternate = {"ProductFamily"})
4444
@Expose

src/main/java/com/microsoft/graph/callrecords/models/Session.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import com.microsoft.graph.callrecords.models.Endpoint;
1313
import com.microsoft.graph.callrecords.models.FailureInfo;
1414
import com.microsoft.graph.callrecords.models.Modality;
15-
import com.microsoft.graph.callrecords.models.Segment;
1615
import com.microsoft.graph.models.Entity;
1716
import com.microsoft.graph.callrecords.requests.SegmentCollectionPage;
1817

@@ -78,7 +77,7 @@ public class Session extends Entity implements IJsonBackedObject {
7877

7978
/**
8079
* 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
8281
*/
8382
@SerializedName(value = "startDateTime", alternate = {"StartDateTime"})
8483
@Expose
@@ -92,7 +91,7 @@ public class Session extends Entity implements IJsonBackedObject {
9291
@SerializedName(value = "segments", alternate = {"Segments"})
9392
@Expose
9493
@Nullable
95-
public SegmentCollectionPage segments;
94+
public com.microsoft.graph.callrecords.requests.SegmentCollectionPage segments;
9695

9796

9897
/**
@@ -105,7 +104,7 @@ public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final J
105104

106105

107106
if (json.has("segments")) {
108-
segments = serializer.deserializeObject(json.get("segments"), SegmentCollectionPage.class);
107+
segments = serializer.deserializeObject(json.get("segments"), com.microsoft.graph.callrecords.requests.SegmentCollectionPage.class);
109108
}
110109
}
111110
}

src/main/java/com/microsoft/graph/callrecords/models/TraceRouteHop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final AdditionalDataManager additionalDataManager() {
3939

4040
/**
4141
* The Hop Count.
42-
* The network path count of this hop that was used to compute the round-trip time.
42+
* The network path count of this hop that was used to compute the RTT.
4343
*/
4444
@SerializedName(value = "hopCount", alternate = {"HopCount"})
4545
@Expose

src/main/java/com/microsoft/graph/callrecords/requests/CallRecordRequest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import com.microsoft.graph.http.IRequestBuilder;
99
import com.microsoft.graph.core.ClientException;
1010
import com.microsoft.graph.callrecords.models.CallRecord;
11-
import com.microsoft.graph.callrecords.requests.SessionCollectionRequestBuilder;
12-
import com.microsoft.graph.callrecords.requests.SessionRequestBuilder;
1311
import java.util.Arrays;
1412
import java.util.EnumSet;
1513
import javax.annotation.Nullable;

src/main/java/com/microsoft/graph/callrecords/requests/CallRecordRequestBuilder.java

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import com.microsoft.graph.http.IRequestBuilder;
99
import com.microsoft.graph.core.ClientException;
1010
import com.microsoft.graph.callrecords.models.CallRecord;
11-
import com.microsoft.graph.callrecords.requests.SessionCollectionRequestBuilder;
12-
import com.microsoft.graph.callrecords.requests.SessionRequestBuilder;
1311
import java.util.Arrays;
1412
import java.util.EnumSet;
1513
import javax.annotation.Nullable;
@@ -64,8 +62,8 @@ public CallRecordRequest buildRequest(@Nonnull final java.util.List<? extends co
6462
* @return the collection request builder
6563
*/
6664
@Nonnull
67-
public SessionCollectionRequestBuilder sessions() {
68-
return new SessionCollectionRequestBuilder(getRequestUrlWithAdditionalSegment("sessions"), getClient(), null);
65+
public com.microsoft.graph.callrecords.requests.SessionCollectionRequestBuilder sessions() {
66+
return new com.microsoft.graph.callrecords.requests.SessionCollectionRequestBuilder(getRequestUrlWithAdditionalSegment("sessions"), getClient(), null);
6967
}
7068

7169
/**
@@ -75,7 +73,7 @@ public SessionCollectionRequestBuilder sessions() {
7573
* @param id the item identifier
7674
*/
7775
@Nonnull
78-
public SessionRequestBuilder sessions(@Nonnull final String id) {
79-
return new SessionRequestBuilder(getRequestUrlWithAdditionalSegment("sessions") + "/" + id, getClient(), null);
76+
public com.microsoft.graph.callrecords.requests.SessionRequestBuilder sessions(@Nonnull final String id) {
77+
return new com.microsoft.graph.callrecords.requests.SessionRequestBuilder(getRequestUrlWithAdditionalSegment("sessions") + "/" + id, getClient(), null);
8078
}
8179
}

src/main/java/com/microsoft/graph/callrecords/requests/SessionRequest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import com.microsoft.graph.http.IRequestBuilder;
99
import com.microsoft.graph.core.ClientException;
1010
import com.microsoft.graph.callrecords.models.Session;
11-
import com.microsoft.graph.callrecords.requests.SegmentCollectionRequestBuilder;
12-
import com.microsoft.graph.callrecords.requests.SegmentRequestBuilder;
1311
import java.util.Arrays;
1412
import java.util.EnumSet;
1513
import javax.annotation.Nullable;

src/main/java/com/microsoft/graph/callrecords/requests/SessionRequestBuilder.java

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import com.microsoft.graph.http.IRequestBuilder;
99
import com.microsoft.graph.core.ClientException;
1010
import com.microsoft.graph.callrecords.models.Session;
11-
import com.microsoft.graph.callrecords.requests.SegmentCollectionRequestBuilder;
12-
import com.microsoft.graph.callrecords.requests.SegmentRequestBuilder;
1311
import java.util.Arrays;
1412
import java.util.EnumSet;
1513
import javax.annotation.Nullable;
@@ -64,8 +62,8 @@ public SessionRequest buildRequest(@Nonnull final java.util.List<? extends com.m
6462
* @return the collection request builder
6563
*/
6664
@Nonnull
67-
public SegmentCollectionRequestBuilder segments() {
68-
return new SegmentCollectionRequestBuilder(getRequestUrlWithAdditionalSegment("segments"), getClient(), null);
65+
public com.microsoft.graph.callrecords.requests.SegmentCollectionRequestBuilder segments() {
66+
return new com.microsoft.graph.callrecords.requests.SegmentCollectionRequestBuilder(getRequestUrlWithAdditionalSegment("segments"), getClient(), null);
6967
}
7068

7169
/**
@@ -75,7 +73,7 @@ public SegmentCollectionRequestBuilder segments() {
7573
* @param id the item identifier
7674
*/
7775
@Nonnull
78-
public SegmentRequestBuilder segments(@Nonnull final String id) {
79-
return new SegmentRequestBuilder(getRequestUrlWithAdditionalSegment("segments") + "/" + id, getClient(), null);
76+
public com.microsoft.graph.callrecords.requests.SegmentRequestBuilder segments(@Nonnull final String id) {
77+
return new com.microsoft.graph.callrecords.requests.SegmentRequestBuilder(getRequestUrlWithAdditionalSegment("segments") + "/" + id, getClient(), null);
8078
}
8179
}

0 commit comments

Comments
 (0)