Skip to content

Commit 5f85b34

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 92671 [skip ci]
1 parent 7e22c76 commit 5f85b34

File tree

196 files changed

+6319
-2842
lines changed

Some content is hidden

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

196 files changed

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

196196

197197

198+
198199

199200

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

@@ -94,5 +94,6 @@ mavenCentralPublishingEnabled=false
9494

9595

9696

97+
9798

9899

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class CustomTaskExtension extends CustomCalloutExtension implements IJson
3838

3939
/**
4040
* The Created Date Time.
41-
* When the custom task extension was created.
41+
* When the custom task extension was created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
4242
*/
4343
@SerializedName(value = "createdDateTime", alternate = {"CreatedDateTime"})
4444
@Expose
@@ -47,7 +47,7 @@ public class CustomTaskExtension extends CustomCalloutExtension implements IJson
4747

4848
/**
4949
* The Last Modified Date Time.
50-
* When the custom extension was last modified.
50+
* When the custom extension was last modified.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
5151
*/
5252
@SerializedName(value = "lastModifiedDateTime", alternate = {"LastModifiedDateTime"})
5353
@Expose
@@ -56,7 +56,7 @@ public class CustomTaskExtension extends CustomCalloutExtension implements IJson
5656

5757
/**
5858
* The Created By.
59-
* The unique identifier of the Azure AD user that created the custom task extension.
59+
* The unique identifier of the Azure AD user that created the custom task extension.Supports $filter(eq, ne) and $expand.
6060
*/
6161
@SerializedName(value = "createdBy", alternate = {"CreatedBy"})
6262
@Expose
@@ -65,7 +65,7 @@ public class CustomTaskExtension extends CustomCalloutExtension implements IJson
6565

6666
/**
6767
* The Last Modified By.
68-
* The unique identifier of the Azure AD user that modified the custom task extension last.
68+
* The unique identifier of the Azure AD user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.
6969
*/
7070
@SerializedName(value = "lastModifiedBy", alternate = {"LastModifiedBy"})
7171
@Expose

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class Run extends Entity implements IJsonBackedObject {
3232

3333
/**
3434
* The Completed Date Time.
35-
* The date time that the run completed. Value is null if the workflow hasn't completed. Optional.
35+
* The date time that the run completed. Value is null if the workflow hasn't completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
3636
*/
3737
@SerializedName(value = "completedDateTime", alternate = {"CompletedDateTime"})
3838
@Expose
@@ -41,7 +41,7 @@ public class Run extends Entity implements IJsonBackedObject {
4141

4242
/**
4343
* The Failed Tasks Count.
44-
* The number of tasks that failed in the run execution. Required.
44+
* The number of tasks that failed in the run execution.
4545
*/
4646
@SerializedName(value = "failedTasksCount", alternate = {"FailedTasksCount"})
4747
@Expose
@@ -50,7 +50,7 @@ public class Run extends Entity implements IJsonBackedObject {
5050

5151
/**
5252
* The Failed Users Count.
53-
* The number of users that failed in the run execution. Required.
53+
* The number of users that failed in the run execution.
5454
*/
5555
@SerializedName(value = "failedUsersCount", alternate = {"FailedUsersCount"})
5656
@Expose
@@ -59,7 +59,7 @@ public class Run extends Entity implements IJsonBackedObject {
5959

6060
/**
6161
* The Last Updated Date Time.
62-
* The datetime that the run was last updated. Optional.
62+
* The datetime that the run was last updated.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
6363
*/
6464
@SerializedName(value = "lastUpdatedDateTime", alternate = {"LastUpdatedDateTime"})
6565
@Expose
@@ -68,7 +68,7 @@ public class Run extends Entity implements IJsonBackedObject {
6868

6969
/**
7070
* The Processing Status.
71-
* The run execution status. The possible values are: queued, inProgress, completed, completedWithErrors, canceled, failed, unknownFutureValue. Required.
71+
* The run execution status. The possible values are: queued, inProgress, completed, completedWithErrors, canceled, failed, unknownFutureValue.Supports $filter(eq, ne) and $orderby.
7272
*/
7373
@SerializedName(value = "processingStatus", alternate = {"ProcessingStatus"})
7474
@Expose
@@ -77,7 +77,7 @@ public class Run extends Entity implements IJsonBackedObject {
7777

7878
/**
7979
* The Scheduled Date Time.
80-
* The date time that the run is scheduled to be executed for a workflow. Required.
80+
* The date time that the run is scheduled to be executed for a workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
8181
*/
8282
@SerializedName(value = "scheduledDateTime", alternate = {"ScheduledDateTime"})
8383
@Expose
@@ -86,7 +86,7 @@ public class Run extends Entity implements IJsonBackedObject {
8686

8787
/**
8888
* The Started Date Time.
89-
* The date time that the run execution started. Optional.
89+
* The date time that the run execution started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
9090
*/
9191
@SerializedName(value = "startedDateTime", alternate = {"StartedDateTime"})
9292
@Expose
@@ -95,7 +95,7 @@ public class Run extends Entity implements IJsonBackedObject {
9595

9696
/**
9797
* The Successful Users Count.
98-
* The number of successfully completed users in the run. Required.
98+
* The number of successfully completed users in the run.
9999
*/
100100
@SerializedName(value = "successfulUsersCount", alternate = {"SuccessfulUsersCount"})
101101
@Expose
@@ -113,7 +113,7 @@ public class Run extends Entity implements IJsonBackedObject {
113113

114114
/**
115115
* The Total Unprocessed Tasks Count.
116-
* The total number of unprocessed tasks in the run execution. Required.
116+
* The total number of unprocessed tasks in the run execution.
117117
*/
118118
@SerializedName(value = "totalUnprocessedTasksCount", alternate = {"TotalUnprocessedTasksCount"})
119119
@Expose
@@ -122,7 +122,7 @@ public class Run extends Entity implements IJsonBackedObject {
122122

123123
/**
124124
* The Total Users Count.
125-
* The total number of users in the workflow execution. Required.
125+
* The total number of users in the workflow execution.
126126
*/
127127
@SerializedName(value = "totalUsersCount", alternate = {"TotalUsersCount"})
128128
@Expose
@@ -131,7 +131,7 @@ public class Run extends Entity implements IJsonBackedObject {
131131

132132
/**
133133
* The Workflow Execution Type.
134-
* The execution type of the workflows associated with the run. The possible values are: scheduled, onDemand, unknownFutureValue. Required.
134+
* The execution type of the workflows associated with the run. The possible values are: scheduled, onDemand, unknownFutureValue.Supports $filter(eq, ne) and $orderby.
135135
*/
136136
@SerializedName(value = "workflowExecutionType", alternate = {"WorkflowExecutionType"})
137137
@Expose

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class Task extends Entity implements IJsonBackedObject {
3131

3232
/**
3333
* The Arguments.
34-
* Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks.
34+
* Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required.
3535
*/
3636
@SerializedName(value = "arguments", alternate = {"Arguments"})
3737
@Expose
@@ -40,7 +40,7 @@ public class Task extends Entity implements IJsonBackedObject {
4040

4141
/**
4242
* The Category.
43-
* The category of the task. The possible values are: joiner, leaver, unknownFutureValue. This property is multi-valued and the same task can apply to both joiner and leaver categories.
43+
* The category of the task. The possible values are: joiner, leaver, unknownFutureValue. This property is multi-valued and the same task can apply to both joiner and leaver categories.Supports $filter(eq, ne).
4444
*/
4545
@SerializedName(value = "category", alternate = {"Category"})
4646
@Expose
@@ -49,7 +49,7 @@ public class Task extends Entity implements IJsonBackedObject {
4949

5050
/**
5151
* The Continue On Error.
52-
* A boolean value that determines if the failure of this task stops the subsequent workflows from running.
52+
* A boolean value that determines if the failure of this task stops the subsequent workflows from running. Optional.
5353
*/
5454
@SerializedName(value = "continueOnError", alternate = {"ContinueOnError"})
5555
@Expose
@@ -58,7 +58,7 @@ public class Task extends Entity implements IJsonBackedObject {
5858

5959
/**
6060
* The Description.
61-
* A string that describes the purpose of the task for administrative use.
61+
* A string that describes the purpose of the task for administrative use. Optional.
6262
*/
6363
@SerializedName(value = "description", alternate = {"Description"})
6464
@Expose
@@ -67,7 +67,7 @@ public class Task extends Entity implements IJsonBackedObject {
6767

6868
/**
6969
* The Display Name.
70-
* A unique string that identifies the task. Supports $filter(eq) and orderBy.
70+
* A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy.
7171
*/
7272
@SerializedName(value = "displayName", alternate = {"DisplayName"})
7373
@Expose
@@ -76,7 +76,7 @@ public class Task extends Entity implements IJsonBackedObject {
7676

7777
/**
7878
* The Execution Sequence.
79-
* An integer that states in what order the task will run in a workflow.
79+
* An integer that states in what order the task will run in a workflow.Supports $orderby.
8080
*/
8181
@SerializedName(value = "executionSequence", alternate = {"ExecutionSequence"})
8282
@Expose
@@ -85,7 +85,7 @@ public class Task extends Entity implements IJsonBackedObject {
8585

8686
/**
8787
* The Is Enabled.
88-
* A boolean value that denotes whether the task is set to run or not. Supports $filter(eq, ne) and orderBy.
88+
* A boolean value that denotes whether the task is set to run or not. Optional.Supports $filter(eq, ne) and orderBy.
8989
*/
9090
@SerializedName(value = "isEnabled", alternate = {"IsEnabled"})
9191
@Expose
@@ -94,7 +94,7 @@ public class Task extends Entity implements IJsonBackedObject {
9494

9595
/**
9696
* The Task Definition Id.
97-
* A unique template identifier for the task. For more information about the tasks that Lifecycle Workflows currently supports and their unique identifiers, see supported tasks
97+
* A unique template identifier for the task. For more information about the tasks that Lifecycle Workflows currently supports and their unique identifiers, see supported tasks. Required.Supports $filter(eq, ne).
9898
*/
9999
@SerializedName(value = "taskDefinitionId", alternate = {"TaskDefinitionId"})
100100
@Expose

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

Lines changed: 4 additions & 4 deletions
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, has).
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.
3434
*/
3535
@SerializedName(value = "category", alternate = {"Category"})
3636
@Expose
@@ -57,7 +57,7 @@ public class TaskDefinition extends Entity implements IJsonBackedObject {
5757

5858
/**
5959
* The Display Name.
60-
* The display name of the taskDefinition`.
60+
* The display name of the taskDefinition.Supports $filter(eq, ne) and $orderby.
6161
*/
6262
@SerializedName(value = "displayName", alternate = {"DisplayName"})
6363
@Expose
@@ -66,7 +66,7 @@ public class TaskDefinition extends Entity implements IJsonBackedObject {
6666

6767
/**
6868
* The Parameters.
69-
* The parameters that must be supplied when creating a workflow task object.
69+
* The parameters that must be supplied when creating a workflow task object.Supports $filter(any).
7070
*/
7171
@SerializedName(value = "parameters", alternate = {"Parameters"})
7272
@Expose
@@ -75,7 +75,7 @@ public class TaskDefinition extends Entity implements IJsonBackedObject {
7575

7676
/**
7777
* The Version.
78-
* The version number of the taskDefinition. New records are pushed when we add support for new parameters.
78+
* The version number of the taskDefinition. New records are pushed when we add support for new parameters.Supports $filter(ge, gt, le, lt, eq, ne) and $orderby.
7979
*/
8080
@SerializedName(value = "version", alternate = {"Version"})
8181
@Expose

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class TaskProcessingResult extends Entity implements IJsonBackedObject {
3030

3131
/**
3232
* The Completed Date Time.
33-
* The date time when taskProcessingResult execution ended. Value is null if task execution is still in progress.
33+
* The date time when taskProcessingResult execution ended. Value is null if task execution is still in progress.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
3434
*/
3535
@SerializedName(value = "completedDateTime", alternate = {"CompletedDateTime"})
3636
@Expose
@@ -39,7 +39,7 @@ public class TaskProcessingResult extends Entity implements IJsonBackedObject {
3939

4040
/**
4141
* The Created Date Time.
42-
* The date time when the taskProcessingResult was created. Supports $filter(lt, gt) and orderBy.
42+
* The date time when the taskProcessingResult was created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
4343
*/
4444
@SerializedName(value = "createdDateTime", alternate = {"CreatedDateTime"})
4545
@Expose
@@ -57,7 +57,7 @@ public class TaskProcessingResult extends Entity implements IJsonBackedObject {
5757

5858
/**
5959
* The Processing Status.
60-
* Describes the execution status of the taskProcessingResult. The possible values are: queued, inProgress, completed, completedWithErrors, canceled, failed, unknownFutureValue. Supports $filter(eq).
60+
* Describes the execution status of the taskProcessingResult. The possible values are: queued, inProgress, completed, completedWithErrors, canceled, failed, unknownFutureValue.Supports $filter(eq, ne) and $orderby.
6161
*/
6262
@SerializedName(value = "processingStatus", alternate = {"ProcessingStatus"})
6363
@Expose
@@ -66,7 +66,7 @@ public class TaskProcessingResult extends Entity implements IJsonBackedObject {
6666

6767
/**
6868
* The Started Date Time.
69-
* The date time when taskProcessingResult execution started. Value is null if task execution has not yet started. Supports $filter(lt, gt) and orderBy.
69+
* The date time when taskProcessingResult execution started. Value is null if task execution has not yet started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
7070
*/
7171
@SerializedName(value = "startedDateTime", alternate = {"StartedDateTime"})
7272
@Expose
@@ -75,7 +75,7 @@ public class TaskProcessingResult extends Entity implements IJsonBackedObject {
7575

7676
/**
7777
* The Subject.
78-
* The unique identifier of the Azure AD user targeted for the task execution.
78+
* The unique identifier of the Azure AD user targeted for the task execution.Supports $filter(eq, ne) and $expand.
7979
*/
8080
@SerializedName(value = "subject", alternate = {"Subject"})
8181
@Expose

0 commit comments

Comments
 (0)