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 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.
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.
72
+
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
73
73
* @return a {@link ChatMessageCollectionResponse}
74
74
* @throws ODataError When receiving a 4XX or 5XX status code
75
75
* @see <a href="https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0">Find more info here</a>
@@ -79,7 +79,7 @@ public ChatMessageCollectionResponse get() {
79
79
returnget(null);
80
80
}
81
81
/**
82
-
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.
82
+
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
83
83
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
84
84
* @return a {@link ChatMessageCollectionResponse}
85
85
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -93,23 +93,23 @@ public ChatMessageCollectionResponse get(@jakarta.annotation.Nullable final java
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.
123
+
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.
131
+
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
132
132
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
133
133
* @return a {@link RequestInformation}
134
134
*/
@@ -140,7 +140,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
140
140
returnrequestInfo;
141
141
}
142
142
/**
143
-
* Send a new reply to a chatMessage in a specified channel.
143
+
* Create a new reply to a chatMessage in a specified channel.
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 reply to a chatMessage in a specified channel.
152
+
* Create a new reply to a chatMessage in a specified channel.
153
153
* @param body The request body
154
154
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
155
155
* @return a {@link RequestInformation}
@@ -174,7 +174,7 @@ public RepliesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.
177
+
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -36,23 +36,23 @@ public InviteRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
* Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
39
+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
40
40
* @param body The request body
41
41
* @return a {@link InviteParticipantsOperation}
42
42
* @throws ODataError When receiving a 4XX or 5XX status code
43
-
* @see <a href="https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0">Find more info here</a>
43
+
* @see <a href="https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0">Find more info here</a>
* Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
50
+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
51
51
* @param body The request body
52
52
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
53
53
* @return a {@link InviteParticipantsOperation}
54
54
* @throws ODataError When receiving a 4XX or 5XX status code
55
-
* @see <a href="https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0">Find more info here</a>
55
+
* @see <a href="https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0">Find more info here</a>
* Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
66
+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
67
67
* @param body The request body
68
68
* @return a {@link RequestInformation}
69
69
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
72
72
returntoPostRequestInformation(body, null);
73
73
}
74
74
/**
75
-
* Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
75
+
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
76
76
* @param body The request body
77
77
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
0 commit comments