Skip to content

Commit 204dbd7

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 102225
1 parent 5043be9 commit 204dbd7

File tree

93 files changed

+2633
-237
lines changed

Some content is hidden

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

93 files changed

+2633
-237
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.43.0'
22+
implementation 'com.microsoft.graph:microsoft-graph:5.44.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.43.0</version>
39+
<version>5.44.0</version>
4040
</dependency>
4141
<dependency>
4242
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -174,5 +174,6 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
174174

175175

176176

177+
177178

178179

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

@@ -97,5 +97,6 @@ mavenCentralPublishingEnabled=false
9797

9898

9999

100+
100101

101102

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

2424

@@ -74,5 +74,6 @@ private Constants() {
7474

7575

7676

77+
7778

7879

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

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

4040
/**
4141
* The V10_0.
42-
* Version 10.0 or later.
42+
* When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
4343
*/
4444
@SerializedName(value = "v10_0", alternate = {"V10_0"})
4545
@Expose
@@ -48,7 +48,7 @@ public final AdditionalDataManager additionalDataManager() {
4848

4949
/**
5050
* The V11_0.
51-
* Version 11.0 or later.
51+
* When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
5252
*/
5353
@SerializedName(value = "v11_0", alternate = {"V11_0"})
5454
@Expose
@@ -57,7 +57,7 @@ public final AdditionalDataManager additionalDataManager() {
5757

5858
/**
5959
* The V4_0.
60-
* Version 4.0 or later.
60+
* When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
6161
*/
6262
@SerializedName(value = "v4_0", alternate = {"V4_0"})
6363
@Expose
@@ -66,7 +66,7 @@ public final AdditionalDataManager additionalDataManager() {
6666

6767
/**
6868
* The V4_0_3.
69-
* Version 4.0.3 or later.
69+
* When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
7070
*/
7171
@SerializedName(value = "v4_0_3", alternate = {"V4_0_3"})
7272
@Expose
@@ -75,7 +75,7 @@ public final AdditionalDataManager additionalDataManager() {
7575

7676
/**
7777
* The V4_1.
78-
* Version 4.1 or later.
78+
* When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
7979
*/
8080
@SerializedName(value = "v4_1", alternate = {"V4_1"})
8181
@Expose
@@ -84,7 +84,7 @@ public final AdditionalDataManager additionalDataManager() {
8484

8585
/**
8686
* The V4_2.
87-
* Version 4.2 or later.
87+
* When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
8888
*/
8989
@SerializedName(value = "v4_2", alternate = {"V4_2"})
9090
@Expose
@@ -93,7 +93,7 @@ public final AdditionalDataManager additionalDataManager() {
9393

9494
/**
9595
* The V4_3.
96-
* Version 4.3 or later.
96+
* When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
9797
*/
9898
@SerializedName(value = "v4_3", alternate = {"V4_3"})
9999
@Expose
@@ -102,7 +102,7 @@ public final AdditionalDataManager additionalDataManager() {
102102

103103
/**
104104
* The V4_4.
105-
* Version 4.4 or later.
105+
* When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
106106
*/
107107
@SerializedName(value = "v4_4", alternate = {"V4_4"})
108108
@Expose
@@ -111,7 +111,7 @@ public final AdditionalDataManager additionalDataManager() {
111111

112112
/**
113113
* The V5_0.
114-
* Version 5.0 or later.
114+
* When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
115115
*/
116116
@SerializedName(value = "v5_0", alternate = {"V5_0"})
117117
@Expose
@@ -120,7 +120,7 @@ public final AdditionalDataManager additionalDataManager() {
120120

121121
/**
122122
* The V5_1.
123-
* Version 5.1 or later.
123+
* When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
124124
*/
125125
@SerializedName(value = "v5_1", alternate = {"V5_1"})
126126
@Expose
@@ -129,7 +129,7 @@ public final AdditionalDataManager additionalDataManager() {
129129

130130
/**
131131
* The V6_0.
132-
* Version 6.0 or later.
132+
* When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
133133
*/
134134
@SerializedName(value = "v6_0", alternate = {"V6_0"})
135135
@Expose
@@ -138,7 +138,7 @@ public final AdditionalDataManager additionalDataManager() {
138138

139139
/**
140140
* The V7_0.
141-
* Version 7.0 or later.
141+
* When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
142142
*/
143143
@SerializedName(value = "v7_0", alternate = {"V7_0"})
144144
@Expose
@@ -147,7 +147,7 @@ public final AdditionalDataManager additionalDataManager() {
147147

148148
/**
149149
* The V7_1.
150-
* Version 7.1 or later.
150+
* When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
151151
*/
152152
@SerializedName(value = "v7_1", alternate = {"V7_1"})
153153
@Expose
@@ -156,7 +156,7 @@ public final AdditionalDataManager additionalDataManager() {
156156

157157
/**
158158
* The V8_0.
159-
* Version 8.0 or later.
159+
* When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
160160
*/
161161
@SerializedName(value = "v8_0", alternate = {"V8_0"})
162162
@Expose
@@ -165,7 +165,7 @@ public final AdditionalDataManager additionalDataManager() {
165165

166166
/**
167167
* The V8_1.
168-
* Version 8.1 or later.
168+
* When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
169169
*/
170170
@SerializedName(value = "v8_1", alternate = {"V8_1"})
171171
@Expose
@@ -174,7 +174,7 @@ public final AdditionalDataManager additionalDataManager() {
174174

175175
/**
176176
* The V9_0.
177-
* Version 9.0 or later.
177+
* When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
178178
*/
179179
@SerializedName(value = "v9_0", alternate = {"V9_0"})
180180
@Expose

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class BookingAppointment extends Entity implements IJsonBackedObject {
4242

4343
/**
4444
* The Anonymous Join Web Url.
45-
*
45+
* The URL of the meeting to join anonymously.
4646
*/
4747
@SerializedName(value = "anonymousJoinWebUrl", alternate = {"AnonymousJoinWebUrl"})
4848
@Expose
@@ -51,7 +51,7 @@ public class BookingAppointment extends Entity implements IJsonBackedObject {
5151

5252
/**
5353
* The Customers.
54-
* It lists down the customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional.
54+
* A collection of customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional.
5555
*/
5656
@SerializedName(value = "customers", alternate = {"Customers"})
5757
@Expose

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

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

9999
/**
100100
* The Language Tag.
101-
*
101+
* The language of the self-service booking page.
102102
*/
103103
@SerializedName(value = "languageTag", alternate = {"LanguageTag"})
104104
@Expose

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public class BookingService extends Entity implements IJsonBackedObject {
114114

115115
/**
116116
* The Is Anonymous Join Enabled.
117-
*
117+
* True if the URL to join the appointment anonymously (anonymousJoinWebUrl) will be generated for the appointment booked for this service.
118118
*/
119119
@SerializedName(value = "isAnonymousJoinEnabled", alternate = {"IsAnonymousJoinEnabled"})
120120
@Expose
@@ -141,7 +141,7 @@ public class BookingService extends Entity implements IJsonBackedObject {
141141

142142
/**
143143
* The Language Tag.
144-
*
144+
* The language of the self-service booking page.
145145
*/
146146
@SerializedName(value = "languageTag", alternate = {"LanguageTag"})
147147
@Expose

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class BookingStaffMember extends BookingStaffMemberBase implements IJsonB
5757

5858
/**
5959
* The Is Email Notification Enabled.
60-
*
60+
* True indicates that a staff member will be notified via email when a booking assigned to them is created or changed.
6161
*/
6262
@SerializedName(value = "isEmailNotificationEnabled", alternate = {"IsEmailNotificationEnabled"})
6363
@Expose
@@ -66,7 +66,7 @@ public class BookingStaffMember extends BookingStaffMemberBase implements IJsonB
6666

6767
/**
6868
* The Role.
69-
* The role of the staff member in the business. Possible values are: guest, administrator, viewer, externalGuest and unknownFutureValue. Required.
69+
* The role of the staff member in the business. Possible values are: guest, administrator, viewer, externalGuest, unknownFutureValue, scheduler, teamMember. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: scheduler, teamMember. Required.
7070
*/
7171
@SerializedName(value = "role", alternate = {"Role"})
7272
@Expose

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

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

129129
/**
130130
* The Meeting Info.
131-
* The meeting information that's required for joining a meeting.
131+
* The meeting information. Required information for meeting scenarios.
132132
*/
133133
@SerializedName(value = "meetingInfo", alternate = {"MeetingInfo"})
134134
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public final AdditionalDataManager additionalDataManager() {
4141

4242
/**
4343
* The Validation Tokens.
44-
* Contains an array of JWT tokens generated by Microsoft Graph for the application to validate the origin of the notifications. Microsoft Graph generates a single token for each distinct app and tenant pair for an item if it exists in the value array. Keep in mind that notifications can contain a mix of items for various apps and tenants that subscribed using the same notification URL. Only provided for change notifications with resource data Optional.
44+
* Contains an array of JWT tokens generated by Microsoft Graph for the application to validate the origin of the notifications. Microsoft Graph generates a single token for each distinct app and tenant pair for an item if it exists in the value array. Keep in mind that notifications can contain a mix of items for various apps and tenants that subscribed using the same notification URL. Only provided for change notifications with resource data. Optional.
4545
*/
4646
@SerializedName(value = "validationTokens", alternate = {"ValidationTokens"})
4747
@Expose

0 commit comments

Comments
 (0)