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
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/generated/chats/item/members/item/ConversationMemberItemRequestBuilder.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -57,21 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
* Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
96
+
* Send a new chatMessage in the specified channel or a chat.
97
97
* @param body The request body
98
98
* @return a {@link ChatMessage}
99
99
* @throws ODataError When receiving a 4XX or 5XX status code
100
-
* @see <a href="https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0">Find more info here</a>
100
+
* @see <a href="https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0">Find more info here</a>
* Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
107
+
* Send a new chatMessage in the specified channel or a chat.
108
108
* @param body The request body
109
109
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
110
110
* @return a {@link ChatMessage}
111
111
* @throws ODataError When receiving a 4XX or 5XX status code
112
-
* @see <a href="https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0">Find more info here</a>
112
+
* @see <a href="https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0">Find more info here</a>
@@ -140,7 +140,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
140
140
returnrequestInfo;
141
141
}
142
142
/**
143
-
* Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
143
+
* Send a new chatMessage in the specified channel or a chat.
144
144
* @param body The request body
145
145
* @return a {@link RequestInformation}
146
146
*/
@@ -149,7 +149,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
149
149
returntoPostRequestInformation(body, null);
150
150
}
151
151
/**
152
-
* Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
152
+
* Send a new chatMessage in the specified channel or a chat.
153
153
* @param body The request body
154
154
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -209,7 +209,7 @@ public DeviceAppManagement get(@jakarta.annotation.Nullable final java.util.func
209
209
* @param body The request body
210
210
* @return a {@link DeviceAppManagement}
211
211
* @throws ODataError When receiving a 4XX or 5XX status code
212
-
* @see <a href="https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
212
+
* @see <a href="https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
@@ -221,7 +221,7 @@ public DeviceAppManagement patch(@jakarta.annotation.Nonnull final DeviceAppMana
221
221
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
222
222
* @return a {@link DeviceAppManagement}
223
223
* @throws ODataError When receiving a 4XX or 5XX status code
224
-
* @see <a href="https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
224
+
* @see <a href="https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/ManagedAppPoliciesRequestBuilder.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -60,21 +60,21 @@ public ManagedAppPoliciesRequestBuilder(@jakarta.annotation.Nonnull final String
0 commit comments