Skip to content

Commit a2ed6ad

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 85887
1 parent 9389edb commit a2ed6ad

33 files changed

+758
-349
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.34.0'
22+
implementation 'com.microsoft.graph:microsoft-graph:5.35.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.34.0</version>
39+
<version>5.35.0</version>
4040
</dependency>
4141
<dependency>
4242
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -165,5 +165,6 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
165165

166166

167167

168+
168169

169170

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 = 34
29+
mavenMinorVersion = 35
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

@@ -88,5 +88,6 @@ mavenCentralPublishingEnabled=false
8888

8989

9090

91+
9192

9293

src/main/java/com/microsoft/graph/info/Constants.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ private Constants() {
1818
/** The client secret to use for unit testing */
1919
public static final String CLIENTSECRET = "clientsecret";
2020
/** The SDK version */
21-
public static final String VERSION_NAME = "5.34.0";
21+
public static final String VERSION_NAME = "5.35.0";
2222
}
2323

2424

@@ -65,5 +65,6 @@ private Constants() {
6565

6666

6767

68+
6869

6970

src/main/java/com/microsoft/graph/models/AccessPackageAssignmentRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class AccessPackageAssignmentRequest extends Entity implements IJsonBacke
5151

5252
/**
5353
* The Request Type.
54-
* The type of the request. The possible values are: notSpecified, userAdd, userUpdate, userRemove, adminAdd, adminUpdate, adminRemove, systemAdd, systemUpdate, systemRemove, onBehalfAdd, unknownFutureValue. A request from the user themselves would have requestType of UserAdd or UserRemove. This property cannot be changed once set.
54+
* The type of the request. The possible values are: notSpecified, userAdd, UserExtend, userUpdate, userRemove, adminAdd, adminUpdate, adminRemove, systemAdd, systemUpdate, systemRemove, onBehalfAdd, unknownFutureValue. A request from the user themselves would have requestType of userAdd, userUpdate or userRemove. This property cannot be changed once set.
5555
*/
5656
@SerializedName(value = "requestType", alternate = {"RequestType"})
5757
@Expose
@@ -96,7 +96,7 @@ public class AccessPackageAssignmentRequest extends Entity implements IJsonBacke
9696

9797
/**
9898
* The Assignment.
99-
* For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
99+
* For a requestType of userAdd or adminAdd, this is an access package assignment requested to be created. For a requestType of userRemove, adminRemove or systemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
100100
*/
101101
@SerializedName(value = "assignment", alternate = {"Assignment"})
102102
@Expose

src/main/java/com/microsoft/graph/models/Application.java

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ public class Application extends DirectoryObject implements IJsonBackedObject {
108108
@Nullable
109109
public java.time.OffsetDateTime createdDateTime;
110110

111+
/**
112+
* The Default Redirect Uri.
113+
*
114+
*/
115+
@SerializedName(value = "defaultRedirectUri", alternate = {"DefaultRedirectUri"})
116+
@Expose
117+
@Nullable
118+
public String defaultRedirectUri;
119+
111120
/**
112121
* The Description.
113122
* Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
@@ -353,7 +362,7 @@ public class Application extends DirectoryObject implements IJsonBackedObject {
353362

354363
/**
355364
* The Federated Identity Credentials.
356-
* Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).
365+
* Federated identities for applications. Supports $expand and $filter (startsWith, and eq, ne when counting empty collections and only with advanced query parameters).
357366
*/
358367
@SerializedName(value = "federatedIdentityCredentials", alternate = {"FederatedIdentityCredentials"})
359368
@Expose

src/main/java/com/microsoft/graph/models/AuditLogRoot.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import com.microsoft.graph.models.Entity;
1313
import com.microsoft.graph.requests.DirectoryAuditCollectionPage;
1414
import com.microsoft.graph.requests.ProvisioningObjectSummaryCollectionPage;
15-
import com.microsoft.graph.requests.RestrictedSignInCollectionPage;
1615
import com.microsoft.graph.requests.SignInCollectionPage;
1716

1817

@@ -48,15 +47,6 @@ public class AuditLogRoot extends Entity implements IJsonBackedObject {
4847
@Nullable
4948
public com.microsoft.graph.requests.ProvisioningObjectSummaryCollectionPage provisioning;
5049

51-
/**
52-
* The Restricted Sign Ins.
53-
*
54-
*/
55-
@SerializedName(value = "restrictedSignIns", alternate = {"RestrictedSignIns"})
56-
@Expose
57-
@Nullable
58-
public com.microsoft.graph.requests.RestrictedSignInCollectionPage restrictedSignIns;
59-
6050
/**
6151
* The Sign Ins.
6252
*
@@ -84,10 +74,6 @@ public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final J
8474
provisioning = serializer.deserializeObject(json.get("provisioning"), com.microsoft.graph.requests.ProvisioningObjectSummaryCollectionPage.class);
8575
}
8676

87-
if (json.has("restrictedSignIns")) {
88-
restrictedSignIns = serializer.deserializeObject(json.get("restrictedSignIns"), com.microsoft.graph.requests.RestrictedSignInCollectionPage.class);
89-
}
90-
9177
if (json.has("signIns")) {
9278
signIns = serializer.deserializeObject(json.get("signIns"), com.microsoft.graph.requests.SignInCollectionPage.class);
9379
}

src/main/java/com/microsoft/graph/models/Chat.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import com.microsoft.graph.requests.TeamsAppInstallationCollectionPage;
1616
import com.microsoft.graph.requests.ConversationMemberCollectionPage;
1717
import com.microsoft.graph.requests.ChatMessageCollectionPage;
18+
import com.microsoft.graph.requests.PinnedChatMessageInfoCollectionPage;
1819
import com.microsoft.graph.requests.TeamsTabCollectionPage;
1920

2021

@@ -122,6 +123,15 @@ public class Chat extends Entity implements IJsonBackedObject {
122123
@Nullable
123124
public com.microsoft.graph.requests.ChatMessageCollectionPage messages;
124125

126+
/**
127+
* The Pinned Messages.
128+
*
129+
*/
130+
@SerializedName(value = "pinnedMessages", alternate = {"PinnedMessages"})
131+
@Expose
132+
@Nullable
133+
public com.microsoft.graph.requests.PinnedChatMessageInfoCollectionPage pinnedMessages;
134+
125135
/**
126136
* The Tabs.
127137
* A collection of all the tabs in the chat. Nullable.
@@ -153,6 +163,10 @@ public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final J
153163
messages = serializer.deserializeObject(json.get("messages"), com.microsoft.graph.requests.ChatMessageCollectionPage.class);
154164
}
155165

166+
if (json.has("pinnedMessages")) {
167+
pinnedMessages = serializer.deserializeObject(json.get("pinnedMessages"), com.microsoft.graph.requests.PinnedChatMessageInfoCollectionPage.class);
168+
}
169+
156170
if (json.has("tabs")) {
157171
tabs = serializer.deserializeObject(json.get("tabs"), com.microsoft.graph.requests.TeamsTabCollectionPage.class);
158172
}

src/main/java/com/microsoft/graph/models/DetectedApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class DetectedApp extends Entity implements IJsonBackedObject {
4848

4949
/**
5050
* The Platform.
51-
* Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0).
51+
* Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0). Possible values are: unknown, windows, windowsMobile, windowsHolographic, ios, macOS, chromeOS, androidOSP, androidDeviceAdministrator, androidWorkProfile, androidDedicatedAndFullyManaged.
5252
*/
5353
@SerializedName(value = "platform", alternate = {"Platform"})
5454
@Expose

src/main/java/com/microsoft/graph/models/DeviceManagementExportJob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class DeviceManagementExportJob extends Entity implements IJsonBackedObje
4949

5050
/**
5151
* The Format.
52-
* Format of the exported report. Possible values are: csv, json.
52+
* Format of the exported report. Possible values are: csv, pdf, json, unknownFutureValue.
5353
*/
5454
@SerializedName(value = "format", alternate = {"Format"})
5555
@Expose
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
// Template Source: BaseEntity.java.tt
2+
// ------------------------------------------------------------------------------
3+
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
4+
// ------------------------------------------------------------------------------
5+
6+
package com.microsoft.graph.models;
7+
import com.microsoft.graph.serializer.ISerializer;
8+
import com.microsoft.graph.serializer.IJsonBackedObject;
9+
import com.microsoft.graph.serializer.AdditionalDataManager;
10+
import java.util.EnumSet;
11+
import com.microsoft.graph.models.IdentitySet;
12+
import com.microsoft.graph.models.EventMessageDetail;
13+
14+
15+
import com.google.gson.JsonObject;
16+
import com.google.gson.annotations.SerializedName;
17+
import com.google.gson.annotations.Expose;
18+
import javax.annotation.Nullable;
19+
import javax.annotation.Nonnull;
20+
21+
// **NOTE** This file was generated by a tool and any changes will be overwritten.
22+
23+
/**
24+
* The class for the Message Pinned Event Message Detail.
25+
*/
26+
public class MessagePinnedEventMessageDetail extends EventMessageDetail implements IJsonBackedObject {
27+
28+
29+
/**
30+
* The Event Date Time.
31+
*
32+
*/
33+
@SerializedName(value = "eventDateTime", alternate = {"EventDateTime"})
34+
@Expose
35+
@Nullable
36+
public java.time.OffsetDateTime eventDateTime;
37+
38+
/**
39+
* The Initiator.
40+
*
41+
*/
42+
@SerializedName(value = "initiator", alternate = {"Initiator"})
43+
@Expose
44+
@Nullable
45+
public IdentitySet initiator;
46+
47+
48+
/**
49+
* Sets the raw JSON object
50+
*
51+
* @param serializer the serializer
52+
* @param json the JSON object to set this object to
53+
*/
54+
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {
55+
56+
}
57+
}

0 commit comments

Comments
 (0)