Skip to content

Commit b2d4935

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 56515
1 parent 210af40 commit b2d4935

File tree

71 files changed

+2712
-194
lines changed

Some content is hidden

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

71 files changed

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

168168

169169

170+
170171

171172

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

@@ -66,5 +66,6 @@ mavenCentralPublishingEnabled=false
6666

6767

6868

69+
6970

7071

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

2424

@@ -41,5 +41,6 @@ private Constants() {
4141

4242

4343

44+
4445

4546

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final AdditionalDataManager additionalDataManager() {
3939

4040
/**
4141
* The Assigned User Count.
42-
*
42+
* Number of users who were assigned the training in an attack simulation and training campaign.
4343
*/
4444
@SerializedName(value = "assignedUserCount", alternate = {"AssignedUserCount"})
4545
@Expose
@@ -48,7 +48,7 @@ public final AdditionalDataManager additionalDataManager() {
4848

4949
/**
5050
* The Completed User Count.
51-
*
51+
* Number of users who completed the training in an attack simulation and training campaign.
5252
*/
5353
@SerializedName(value = "completedUserCount", alternate = {"CompletedUserCount"})
5454
@Expose
@@ -57,7 +57,7 @@ public final AdditionalDataManager additionalDataManager() {
5757

5858
/**
5959
* The Display Name.
60-
*
60+
* Display name of the training in an attack simulation and training campaign.
6161
*/
6262
@SerializedName(value = "displayName", alternate = {"DisplayName"})
6363
@Expose

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

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

4141
/**
4242
* The Attack Simulation User.
43-
*
43+
* User in an attack simulation and training campaign.
4444
*/
4545
@SerializedName(value = "attackSimulationUser", alternate = {"AttackSimulationUser"})
4646
@Expose
@@ -49,7 +49,7 @@ public final AdditionalDataManager additionalDataManager() {
4949

5050
/**
5151
* The Repeat Offence Count.
52-
*
52+
* Number of repeat offences of the user in attack simulation and training campaigns.
5353
*/
5454
@SerializedName(value = "repeatOffenceCount", alternate = {"RepeatOffenceCount"})
5555
@Expose

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

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

3131
/**
3232
* The Simulations.
33-
*
33+
* Represent attack simulation and training campaign of a tenant.
3434
*/
3535
@SerializedName(value = "simulations", alternate = {"Simulations"})
3636
@Expose

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final AdditionalDataManager additionalDataManager() {
4040

4141
/**
4242
* The Attack Simulation User.
43-
*
43+
* User in an attack simulation and training campaign.
4444
*/
4545
@SerializedName(value = "attackSimulationUser", alternate = {"AttackSimulationUser"})
4646
@Expose
@@ -49,7 +49,7 @@ public final AdditionalDataManager additionalDataManager() {
4949

5050
/**
5151
* The Click Count.
52-
*
52+
* Number of link clicks in the received payloads by the user in attack simulation and training campaigns.
5353
*/
5454
@SerializedName(value = "clickCount", alternate = {"ClickCount"})
5555
@Expose
@@ -58,7 +58,7 @@ public final AdditionalDataManager additionalDataManager() {
5858

5959
/**
6060
* The Compromised Count.
61-
*
61+
* Number of compromising actions by the user in attack simulation and training campaigns.
6262
*/
6363
@SerializedName(value = "compromisedCount", alternate = {"CompromisedCount"})
6464
@Expose
@@ -67,7 +67,7 @@ public final AdditionalDataManager additionalDataManager() {
6767

6868
/**
6969
* The Latest Simulation Date Time.
70-
*
70+
* Date and time of latest attack simulation and training campaign that the user was included in.
7171
*/
7272
@SerializedName(value = "latestSimulationDateTime", alternate = {"LatestSimulationDateTime"})
7373
@Expose
@@ -76,7 +76,7 @@ public final AdditionalDataManager additionalDataManager() {
7676

7777
/**
7878
* The Simulation Count.
79-
*
79+
* Number of attack simulation and training campaigns that the user was included in.
8080
*/
8181
@SerializedName(value = "simulationCount", alternate = {"SimulationCount"})
8282
@Expose

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

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

4343
/**
4444
* The Attack Simulation User.
45-
*
45+
* User in an attack simulation and training campaign.
4646
*/
4747
@SerializedName(value = "attackSimulationUser", alternate = {"AttackSimulationUser"})
4848
@Expose
@@ -51,7 +51,7 @@ public final AdditionalDataManager additionalDataManager() {
5151

5252
/**
5353
* The User Trainings.
54-
*
54+
* List of assigned trainings' and their statuses for the user.
5555
*/
5656
@SerializedName(value = "userTrainings", alternate = {"UserTrainings"})
5757
@Expose

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final AdditionalDataManager additionalDataManager() {
3939

4040
/**
4141
* The Display Name.
42-
*
42+
* Display name of the user.
4343
*/
4444
@SerializedName(value = "displayName", alternate = {"DisplayName"})
4545
@Expose
@@ -48,7 +48,7 @@ public final AdditionalDataManager additionalDataManager() {
4848

4949
/**
5050
* The Email.
51-
*
51+
* Email address of the user.
5252
*/
5353
@SerializedName(value = "email", alternate = {"Email"})
5454
@Expose
@@ -57,7 +57,7 @@ public final AdditionalDataManager additionalDataManager() {
5757

5858
/**
5959
* The User Id.
60-
*
60+
* This is the id property value of the user resource that represents the user in the Azure AD tenant.
6161
*/
6262
@SerializedName(value = "userId", alternate = {"UserId"})
6363
@Expose
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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.Identity;
12+
import com.microsoft.graph.models.ItemBody;
13+
import com.microsoft.graph.models.Entity;
14+
15+
16+
import com.google.gson.JsonObject;
17+
import com.google.gson.annotations.SerializedName;
18+
import com.google.gson.annotations.Expose;
19+
import javax.annotation.Nullable;
20+
import javax.annotation.Nonnull;
21+
22+
// **NOTE** This file was generated by a tool and any changes will be overwritten.
23+
24+
/**
25+
* The class for the Authored Note.
26+
*/
27+
public class AuthoredNote extends Entity implements IJsonBackedObject {
28+
29+
30+
/**
31+
* The Author.
32+
*
33+
*/
34+
@SerializedName(value = "author", alternate = {"Author"})
35+
@Expose
36+
@Nullable
37+
public Identity author;
38+
39+
/**
40+
* The Content.
41+
*
42+
*/
43+
@SerializedName(value = "content", alternate = {"Content"})
44+
@Expose
45+
@Nullable
46+
public ItemBody content;
47+
48+
/**
49+
* The Created Date Time.
50+
*
51+
*/
52+
@SerializedName(value = "createdDateTime", alternate = {"CreatedDateTime"})
53+
@Expose
54+
@Nullable
55+
public java.time.OffsetDateTime createdDateTime;
56+
57+
58+
/**
59+
* Sets the raw JSON object
60+
*
61+
* @param serializer the serializer
62+
* @param json the JSON object to set this object to
63+
*/
64+
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {
65+
66+
}
67+
}

0 commit comments

Comments
 (0)