Skip to content

Commit 0f5b236

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 69632
1 parent 9cc2051 commit 0f5b236

25 files changed

+336
-39
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.15.0'
22+
implementation 'com.microsoft.graph:microsoft-graph:5.16.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.15.0</version>
39+
<version>5.16.0</version>
4040
</dependency>
4141
<dependency>
4242
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
@@ -149,3 +149,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
149149

150150

151151

152+

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

@@ -70,5 +70,6 @@ mavenCentralPublishingEnabled=false
7070

7171

7272

73+
7374

7475

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

2424

@@ -47,5 +47,6 @@ private Constants() {
4747

4848

4949

50+
5051

5152

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class AppRoleAssignment extends DirectoryObject implements IJsonBackedObj
3636

3737
/**
3838
* The Created Date Time.
39-
* The time when the app role assignment was created.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
39+
* The time when the app role assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
4040
*/
4141
@SerializedName(value = "createdDateTime", alternate = {"CreatedDateTime"})
4242
@Expose
@@ -54,7 +54,7 @@ public class AppRoleAssignment extends DirectoryObject implements IJsonBackedObj
5454

5555
/**
5656
* The Principal Id.
57-
* The unique identifier (id) for the user, group or service principal being granted the app role. Required on create.
57+
* The unique identifier (id) for the user, group, or service principal being granted the app role. Required on create.
5858
*/
5959
@SerializedName(value = "principalId", alternate = {"PrincipalId"})
6060
@Expose
@@ -63,7 +63,7 @@ public class AppRoleAssignment extends DirectoryObject implements IJsonBackedObj
6363

6464
/**
6565
* The Principal Type.
66-
* The type of the assigned principal. This can either be User, Group or ServicePrincipal. Read-only.
66+
* The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only.
6767
*/
6868
@SerializedName(value = "principalType", alternate = {"PrincipalType"})
6969
@Expose

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

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

5858
/**
5959
* The Service.
60-
* The name of the service; for example, 'Exchange'.
60+
* The name of the service; for example, exchange.
6161
*/
6262
@SerializedName(value = "service", alternate = {"Service"})
6363
@Expose
@@ -66,7 +66,7 @@ public final AdditionalDataManager additionalDataManager() {
6666

6767
/**
6868
* The Service Plan Id.
69-
* A GUID that identifies the service plan.
69+
* A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing.
7070
*/
7171
@SerializedName(value = "servicePlanId", alternate = {"ServicePlanId"})
7272
@Expose

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

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

106106
/**
107107
* The Maximum Attendees Count.
108-
* The maximum number of customers allowed in an appointment.
108+
* The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.
109109
*/
110110
@SerializedName(value = "maximumAttendeesCount", alternate = {"MaximumAttendeesCount"})
111111
@Expose

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

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

133133
/**
134134
* The Maximum Attendees Count.
135-
* The maximum number of customers allowed in a service.
135+
* The maximum number of customers allowed in a service. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.
136136
*/
137137
@SerializedName(value = "maximumAttendeesCount", alternate = {"MaximumAttendeesCount"})
138138
@Expose

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public final AdditionalDataManager additionalDataManager() {
7979

8080
/**
8181
* The Lifecycle Event.
82-
* The type of lifecycle notification if the current notification is a lifecycle notification. Optional. Supported values are missed, subscriptionRemoved, reauthorizationRequired.
82+
* The type of lifecycle notification if the current notification is a lifecycle notification. Optional. Supported values are missed, subscriptionRemoved, reauthorizationRequired. Optional.
8383
*/
8484
@SerializedName(value = "lifecycleEvent", alternate = {"LifecycleEvent"})
8585
@Expose
@@ -97,7 +97,7 @@ public final AdditionalDataManager additionalDataManager() {
9797

9898
/**
9999
* The Resource Data.
100-
* The content of this property depends on the type of resource being subscribed to. Required.
100+
* The content of this property depends on the type of resource being subscribed to. Optional.
101101
*/
102102
@SerializedName(value = "resourceData", alternate = {"ResourceData"})
103103
@Expose
@@ -115,7 +115,7 @@ public final AdditionalDataManager additionalDataManager() {
115115

116116
/**
117117
* The Subscription Id.
118-
* The unique identifier of the subscription that generated the notification.
118+
* The unique identifier of the subscription that generated the notification.Required.
119119
*/
120120
@SerializedName(value = "subscriptionId", alternate = {"SubscriptionId"})
121121
@Expose
@@ -124,7 +124,7 @@ public final AdditionalDataManager additionalDataManager() {
124124

125125
/**
126126
* The Tenant Id.
127-
* The unique identifier of the tenant from which the change notification originated.
127+
* The unique identifier of the tenant from which the change notification originated. Required.
128128
*/
129129
@SerializedName(value = "tenantId", alternate = {"TenantId"})
130130
@Expose

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

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

129129
/**
130130
* The Tabs.
131-
*
131+
* A collection of all the tabs in the chat. Nullable.
132132
*/
133133
@SerializedName(value = "tabs", alternate = {"Tabs"})
134134
@Expose

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

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

2828
/**
2929
* The Deleted Date Time.
30-
*
30+
* Date and time when this object was deleted. Always null when the object hasn't been deleted.
3131
*/
3232
@SerializedName(value = "deletedDateTime", alternate = {"DeletedDateTime"})
3333
@Expose

0 commit comments

Comments
 (0)