Skip to content

Commit fc72e10

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 110922
1 parent fe2af3f commit fc72e10

File tree

252 files changed

+14896
-83
lines changed

Some content is hidden

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

252 files changed

+14896
-83
lines changed

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.64.0-SNAPSHOT'
23+
implementation 'com.microsoft.graph:microsoft-graph-beta:0.65.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.64.0-SNAPSHOT</version>
40+
<version>0.65.0-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -200,5 +200,6 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
200200

201201

202202

203+
203204

204205

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

@@ -99,5 +99,6 @@ mavenCentralPublishingEnabled=false
9999

100100

101101

102+
102103

103104

src/main/java/com/microsoft/graph/externalconnectors/models/External.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import com.microsoft.graph.serializer.AdditionalDataManager;
1010
import java.util.EnumSet;
1111
import com.microsoft.graph.http.BaseCollectionPage;
12+
import com.microsoft.graph.industrydata.models.IndustryDataRoot;
1213
import com.microsoft.graph.externalconnectors.requests.ExternalConnectionCollectionPage;
1314

1415

@@ -39,6 +40,15 @@ public final AdditionalDataManager additionalDataManager() {
3940
return additionalDataManager;
4041
}
4142

43+
/**
44+
* The Industry Data.
45+
*
46+
*/
47+
@SerializedName(value = "industryData", alternate = {"IndustryData"})
48+
@Expose
49+
@Nullable
50+
public IndustryDataRoot industryData;
51+
4252
/**
4353
* The Connections.
4454
*

src/main/java/com/microsoft/graph/externalconnectors/requests/ExternalRequestBuilder.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ public ExternalRequest buildRequest(@Nonnull final java.util.List<? extends com.
5656
}
5757

5858

59+
60+
/**
61+
* Gets the request builder for IndustryDataRoot
62+
*
63+
* @return the IndustryDataRootRequestBuilder instance
64+
*/
65+
@Nonnull
66+
public com.microsoft.graph.industrydata.requests.IndustryDataRootRequestBuilder industryData() {
67+
return new com.microsoft.graph.industrydata.requests.IndustryDataRootRequestBuilder(getRequestUrlWithAdditionalSegment("industryData"), getClient(), null);
68+
}
5969
/**
6070
* Gets a request builder for the ExternalConnection collection
6171
*

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
import com.microsoft.graph.serializer.IJsonBackedObject;
99
import com.microsoft.graph.serializer.AdditionalDataManager;
1010
import java.util.EnumSet;
11+
import com.microsoft.graph.http.BaseCollectionPage;
1112
import com.microsoft.graph.models.CustomExtensionCallbackConfiguration;
13+
import com.microsoft.graph.requests.ApplicationCollectionPage;
1214

1315

1416
import com.google.gson.JsonObject;
@@ -25,6 +27,13 @@
2527
public class CustomTaskExtensionCallbackConfiguration extends CustomExtensionCallbackConfiguration implements IJsonBackedObject {
2628

2729

30+
/**
31+
* The Authorized Apps.
32+
*
33+
*/
34+
@Nullable
35+
public com.microsoft.graph.requests.ApplicationCollectionPage authorizedApps;
36+
2837

2938
/**
3039
* Sets the raw JSON object

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public final AdditionalDataManager additionalDataManager() {
7575

7676
/**
7777
* The Total Tasks.
78-
*
78+
* The total number of tasks processed by a workflow.
7979
*/
8080
@SerializedName(value = "totalTasks", alternate = {"TotalTasks"})
8181
@Expose
@@ -84,7 +84,7 @@ public final AdditionalDataManager additionalDataManager() {
8484

8585
/**
8686
* The Total Users.
87-
*
87+
* The total number of users processed by a workflow.
8888
*/
8989
@SerializedName(value = "totalUsers", alternate = {"TotalUsers"})
9090
@Expose

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

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

3131
/**
3232
* The Category.
33-
* The category of the HR function that the tasks created using this definition can be used with. The possible values are: joiner, leaver. This is a multi-valued enumeration whose allowed combinations are joiner, joiner,leaver, or leaver.Supports $filter(eq, ne, has) and $orderby.
33+
* The category of the HR function that the tasks created using this definition can be used with. The possible values are: joiner, leaver, unknownFutureValue. This is a multi-valued enumeration whose allowed combinations are joiner, joiner,leaver, or leaver.Supports $filter(eq, ne, has) and $orderby.
3434
*/
3535
@SerializedName(value = "category", alternate = {"Category"})
3636
@Expose

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class Workflow extends WorkflowBase implements IJsonBackedObject {
7676

7777
/**
7878
* The Runs.
79-
*
79+
* Workflow runs.
8080
*/
8181
@SerializedName(value = "runs", alternate = {"Runs"})
8282
@Expose
@@ -94,7 +94,7 @@ public class Workflow extends WorkflowBase implements IJsonBackedObject {
9494

9595
/**
9696
* The User Processing Results.
97-
*
97+
* Per-user workflow execution results.
9898
*/
9999
@SerializedName(value = "userProcessingResults", alternate = {"UserProcessingResults"})
100100
@Expose
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
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.industrydata.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.http.BaseCollectionPage;
12+
import com.microsoft.graph.industrydata.models.IndustryDataRunRoleCountMetric;
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 Aggregated Inbound Statistics.
25+
*/
26+
public class AggregatedInboundStatistics implements IJsonBackedObject {
27+
28+
/** the OData type of the object as returned by the service */
29+
@SerializedName("@odata.type")
30+
@Expose
31+
@Nullable
32+
public String oDataType;
33+
34+
private transient AdditionalDataManager additionalDataManager = new AdditionalDataManager(this);
35+
36+
@Override
37+
@Nonnull
38+
public final AdditionalDataManager additionalDataManager() {
39+
return additionalDataManager;
40+
}
41+
42+
/**
43+
* The Errors.
44+
* The aggregate count of errors encountered by activities during this run.
45+
*/
46+
@SerializedName(value = "errors", alternate = {"Errors"})
47+
@Expose
48+
@Nullable
49+
public Integer errors;
50+
51+
/**
52+
* The Groups.
53+
* The aggregate count of active inbound groups processed during the run.
54+
*/
55+
@SerializedName(value = "groups", alternate = {"Groups"})
56+
@Expose
57+
@Nullable
58+
public Integer groups;
59+
60+
/**
61+
* The Matched People By Role.
62+
* The aggregate count of active people matched to an Azure Active Directory user, by role.
63+
*/
64+
@SerializedName(value = "matchedPeopleByRole", alternate = {"MatchedPeopleByRole"})
65+
@Expose
66+
@Nullable
67+
public java.util.List<IndustryDataRunRoleCountMetric> matchedPeopleByRole;
68+
69+
/**
70+
* The Memberships.
71+
* The aggregate count of active inbound memberships processed during the run.
72+
*/
73+
@SerializedName(value = "memberships", alternate = {"Memberships"})
74+
@Expose
75+
@Nullable
76+
public Integer memberships;
77+
78+
/**
79+
* The Organizations.
80+
* The aggregate count of active inbound organizations processed during the run.
81+
*/
82+
@SerializedName(value = "organizations", alternate = {"Organizations"})
83+
@Expose
84+
@Nullable
85+
public Integer organizations;
86+
87+
/**
88+
* The People.
89+
* The aggregate count of active inbound people processed during the run.
90+
*/
91+
@SerializedName(value = "people", alternate = {"People"})
92+
@Expose
93+
@Nullable
94+
public Integer people;
95+
96+
/**
97+
* The Unmatched People By Role.
98+
* The aggregate count of active people not matched to an Azure Active Directory user, by role.
99+
*/
100+
@SerializedName(value = "unmatchedPeopleByRole", alternate = {"UnmatchedPeopleByRole"})
101+
@Expose
102+
@Nullable
103+
public java.util.List<IndustryDataRunRoleCountMetric> unmatchedPeopleByRole;
104+
105+
/**
106+
* The Warnings.
107+
* The aggregate count of warnings generated by activities during this run.
108+
*/
109+
@SerializedName(value = "warnings", alternate = {"Warnings"})
110+
@Expose
111+
@Nullable
112+
public Integer warnings;
113+
114+
115+
/**
116+
* Sets the raw JSON object
117+
*
118+
* @param serializer the serializer
119+
* @param json the JSON object to set this object to
120+
*/
121+
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {
122+
123+
}
124+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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.industrydata.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.industrydata.models.FileDataConnector;
12+
13+
14+
import com.google.gson.JsonObject;
15+
import com.google.gson.annotations.SerializedName;
16+
import com.google.gson.annotations.Expose;
17+
import javax.annotation.Nullable;
18+
import javax.annotation.Nonnull;
19+
20+
// **NOTE** This file was generated by a tool and any changes will be overwritten.
21+
22+
/**
23+
* The class for the Azure Data Lake Connector.
24+
*/
25+
public class AzureDataLakeConnector extends FileDataConnector implements IJsonBackedObject {
26+
27+
28+
29+
/**
30+
* Sets the raw JSON object
31+
*
32+
* @param serializer the serializer
33+
* @param json the JSON object to set this object to
34+
*/
35+
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {
36+
37+
}
38+
}

0 commit comments

Comments
 (0)