You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,7 +66,7 @@ public final AdditionalDataManager additionalDataManager() {
66
66
67
67
/**
68
68
* 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.
@@ -51,7 +51,7 @@ public class BookingAppointment extends Entity implements IJsonBackedObject {
51
51
52
52
/**
53
53
* 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.
@@ -66,7 +66,7 @@ public class BookingStaffMember extends BookingStaffMemberBase implements IJsonB
66
66
67
67
/**
68
68
* 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.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/ChangeNotificationCollection.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public final AdditionalDataManager additionalDataManager() {
41
41
42
42
/**
43
43
* 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.
0 commit comments