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
* Send a new chatMessage in the specified channel or a chat.
96
+
* 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.
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/chatmessage-post?view=graph-rest-1.0">Find more info here</a>
100
+
* @see <a href="https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0">Find more info here</a>
* Send a new chatMessage in the specified channel or a chat.
107
+
* 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.
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/chatmessage-post?view=graph-rest-1.0">Find more info here</a>
112
+
* @see <a href="https://learn.microsoft.com/graph/api/chat-post-messages?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 channel or a chat.
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.
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 channel or a chat.
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.
153
153
* @param body The request body
154
154
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardexpand all lines: src/main/java/com/microsoft/graph/generated/communications/callrecords/microsoftgraphcallrecordsgetpstncallswithfromdatetimewithtodatetime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeReques
Copy file name to clipboardexpand all lines: src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/ManagedAppRegistrationsRequestBuilder.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -69,21 +69,21 @@ public ManagedAppRegistrationsRequestBuilder(@jakarta.annotation.Nonnull final S
Copy file name to clipboardexpand all lines: src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/ManagedAppStatusesRequestBuilder.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -60,21 +60,21 @@ public ManagedAppStatusesRequestBuilder(@jakarta.annotation.Nonnull final String
Copy file name to clipboardexpand all lines: src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/item/ManagedAppStatusItemRequestBuilder.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -55,21 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
0 commit comments