Skip to content

Commit d00c557

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 120052 [skip ci]
1 parent bc53dec commit d00c557

511 files changed

Lines changed: 21676 additions & 1048 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
2121
dependencies {
2222
// Include the sdk as a dependency
23-
implementation 'com.microsoft.graph:microsoft-graph-beta:0.74.0-SNAPSHOT'
23+
implementation 'com.microsoft.graph:microsoft-graph-beta:0.75.0-SNAPSHOT'
2424
// Uncomment the line below if you are building an android application
2525
//implementation 'com.google.guava:guava:30.1.1-android'
2626
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
3737
<!-- Include the sdk as a dependency -->
3838
<groupId>com.microsoft.graph</groupId>
3939
<artifactId>microsoft-graph-beta</artifactId>
40-
<version>0.74.0-SNAPSHOT</version>
40+
<version>0.75.0-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -210,5 +210,6 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
210210

211211

212212

213+
213214

214215

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-beta
2828
mavenMajorVersion = 0
29-
mavenMinorVersion = 74
29+
mavenMinorVersion = 75
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

@@ -109,5 +109,6 @@ mavenCentralPublishingEnabled=false
109109

110110

111111

112+
112113

113114

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,42 @@ public final AdditionalDataManager additionalDataManager() {
9292
@Nullable
9393
public java.math.BigDecimal charge;
9494

95+
/**
96+
* The Client Local Ip V4Address.
97+
* Local IPv4 of the client that is retrieved from the operating system of the client.
98+
*/
99+
@SerializedName(value = "clientLocalIpV4Address", alternate = {"ClientLocalIpV4Address"})
100+
@Expose
101+
@Nullable
102+
public String clientLocalIpV4Address;
103+
104+
/**
105+
* The Client Local Ip V6Address.
106+
* Local IPv6 of the client that is retrieved from the operating system of the client.
107+
*/
108+
@SerializedName(value = "clientLocalIpV6Address", alternate = {"ClientLocalIpV6Address"})
109+
@Expose
110+
@Nullable
111+
public String clientLocalIpV6Address;
112+
113+
/**
114+
* The Client Public Ip V4Address.
115+
* Public IPv4 of the client that can be used to determine the location of the client.
116+
*/
117+
@SerializedName(value = "clientPublicIpV4Address", alternate = {"ClientPublicIpV4Address"})
118+
@Expose
119+
@Nullable
120+
public String clientPublicIpV4Address;
121+
122+
/**
123+
* The Client Public Ip V6Address.
124+
* Public IPv6 of the client that can be used to determine the location of the client.
125+
*/
126+
@SerializedName(value = "clientPublicIpV6Address", alternate = {"ClientPublicIpV6Address"})
127+
@Expose
128+
@Nullable
129+
public String clientPublicIpV6Address;
130+
95131
/**
96132
* The Conference Id.
97133
* ID of the audio conference.

src/main/java/com/microsoft/graph/identitygovernancenamespace/models/TimeBasedAttributeTrigger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class TimeBasedAttributeTrigger extends WorkflowExecutionTrigger implemen
3737

3838
/**
3939
* The Time Based Attribute.
40-
* Determines which time-based identity property to reference. The possible values are: employeeHireDate, employeeLeaveDateTime, unknownFutureValue.
40+
* Determines which time-based identity property to reference. The possible values are: employeeHireDate, employeeLeaveDateTime, createdDateTime, unknownFutureValue.
4141
*/
4242
@SerializedName(value = "timeBasedAttribute", alternate = {"TimeBasedAttribute"})
4343
@Expose

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 = "0.74.0";
21+
public static final String VERSION_NAME = "0.75.0";
2222
}
2323

2424

@@ -84,5 +84,6 @@ private Constants() {
8484

8585

8686

87+
8788

8889

src/main/java/com/microsoft/graph/managedtenants/models/CredentialUserRegistrationsSummary.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,15 @@ public class CredentialUserRegistrationsSummary extends Entity implements IJsonB
115115
@Nullable
116116
public String tenantId;
117117

118+
/**
119+
* The Tenant License Type.
120+
*
121+
*/
122+
@SerializedName(value = "tenantLicenseType", alternate = {"TenantLicenseType"})
123+
@Expose
124+
@Nullable
125+
public String tenantLicenseType;
126+
118127
/**
119128
* The Total User Count.
120129
* The total number of users in the given managed tenant. Optional. Read-only.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class AccessPackageSubject extends Entity implements IJsonBackedObject {
2929

3030
/**
3131
* The Alt Sec Id.
32-
*
32+
* Not Supported.
3333
*/
3434
@SerializedName(value = "altSecId", alternate = {"AltSecId"})
3535
@Expose
@@ -65,7 +65,7 @@ public class AccessPackageSubject extends Entity implements IJsonBackedObject {
6565

6666
/**
6767
* The Object Id.
68-
* The object identifier of the subject. null if the subject is not yet a user in the tenant.
68+
* The object identifier of the subject. null if the subject is not yet a user in the tenant. Alternate key.
6969
*/
7070
@SerializedName(value = "objectId", alternate = {"ObjectId"})
7171
@Expose
@@ -92,7 +92,7 @@ public class AccessPackageSubject extends Entity implements IJsonBackedObject {
9292

9393
/**
9494
* The Subject Lifecycle.
95-
*
95+
* The lifecycle of the subject user, if a guest. The possible values are: notDefined, notGoverned, governed, unknownFutureValue.
9696
*/
9797
@SerializedName(value = "subjectLifecycle", alternate = {"SubjectLifecycle"})
9898
@Expose

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class AccessReviewNotificationRecipientQueryScope extends AccessReviewNot
2727

2828
/**
2929
* The Query.
30-
* This represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.
30+
* Represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.
3131
*/
3232
@SerializedName(value = "query", alternate = {"Query"})
3333
@Expose
@@ -36,7 +36,7 @@ public class AccessReviewNotificationRecipientQueryScope extends AccessReviewNot
3636

3737
/**
3838
* The Query Root.
39-
* 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 that is, ./manager) is specified.
39+
* In the scenario where reviewers need to be specified dynamically, indicates the relative source of the query. This property is only required if a relative query (that is, ./manager) is specified.
4040
*/
4141
@SerializedName(value = "queryRoot", alternate = {"QueryRoot"})
4242
@Expose
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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+
12+
13+
import com.google.gson.JsonObject;
14+
import com.google.gson.annotations.SerializedName;
15+
import com.google.gson.annotations.Expose;
16+
import javax.annotation.Nullable;
17+
import javax.annotation.Nonnull;
18+
19+
// **NOTE** This file was generated by a tool and any changes will be overwritten.
20+
21+
/**
22+
* The class for the Accounts With Access.
23+
*/
24+
public class AccountsWithAccess implements IJsonBackedObject {
25+
26+
/** the OData type of the object as returned by the service */
27+
@SerializedName("@odata.type")
28+
@Expose
29+
@Nullable
30+
public String oDataType;
31+
32+
private transient AdditionalDataManager additionalDataManager = new AdditionalDataManager(this);
33+
34+
@Override
35+
@Nonnull
36+
public final AdditionalDataManager additionalDataManager() {
37+
return additionalDataManager;
38+
}
39+
40+
41+
/**
42+
* Sets the raw JSON object
43+
*
44+
* @param serializer the serializer
45+
* @param json the JSON object to set this object to
46+
*/
47+
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {
48+
49+
}
50+
}

src/main/java/com/microsoft/graph/models/GroupPrintUsageSummary.java renamed to src/main/java/com/microsoft/graph/models/ActionSummary.java

Lines changed: 11 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import com.microsoft.graph.serializer.IJsonBackedObject;
99
import com.microsoft.graph.serializer.AdditionalDataManager;
1010
import java.util.EnumSet;
11-
import com.microsoft.graph.models.Identity;
1211

1312

1413
import com.google.gson.JsonObject;
@@ -20,9 +19,9 @@
2019
// **NOTE** This file was generated by a tool and any changes will be overwritten.
2120

2221
/**
23-
* The class for the Group Print Usage Summary.
22+
* The class for the Action Summary.
2423
*/
25-
public class GroupPrintUsageSummary implements IJsonBackedObject {
24+
public class ActionSummary implements IJsonBackedObject {
2625

2726
/** the OData type of the object as returned by the service */
2827
@SerializedName("@odata.type")
@@ -39,49 +38,31 @@ public final AdditionalDataManager additionalDataManager() {
3938
}
4039

4140
/**
42-
* The Completed Job Count.
41+
* The Assigned.
4342
*
4443
*/
45-
@SerializedName(value = "completedJobCount", alternate = {"CompletedJobCount"})
44+
@SerializedName(value = "assigned", alternate = {"Assigned"})
4645
@Expose
4746
@Nullable
48-
public Integer completedJobCount;
47+
public Integer assigned;
4948

5049
/**
51-
* The Group.
50+
* The Available.
5251
*
5352
*/
54-
@SerializedName(value = "group", alternate = {"Group"})
53+
@SerializedName(value = "available", alternate = {"Available"})
5554
@Expose
5655
@Nullable
57-
public Identity group;
56+
public Integer available;
5857

5958
/**
60-
* The Group Display Name.
59+
* The Exercised.
6160
*
6261
*/
63-
@SerializedName(value = "groupDisplayName", alternate = {"GroupDisplayName"})
62+
@SerializedName(value = "exercised", alternate = {"Exercised"})
6463
@Expose
6564
@Nullable
66-
public String groupDisplayName;
67-
68-
/**
69-
* The Group Mail.
70-
*
71-
*/
72-
@SerializedName(value = "groupMail", alternate = {"GroupMail"})
73-
@Expose
74-
@Nullable
75-
public String groupMail;
76-
77-
/**
78-
* The Incomplete Job Count.
79-
*
80-
*/
81-
@SerializedName(value = "incompleteJobCount", alternate = {"IncompleteJobCount"})
82-
@Expose
83-
@Nullable
84-
public Integer incompleteJobCount;
65+
public Integer exercised;
8566

8667

8768
/**

0 commit comments

Comments
 (0)