Package odata.msgraph.client.complex
Class ChatInfo.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.ChatInfo.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChatInfobuild()ChatInfo.BuildermessageId(String messageId)ChatInfo.BuilderreplyChainMessageId(String replyChainMessageId)ChatInfo.BuilderthreadId(String threadId)
-
-
-
Method Detail
-
messageId
public ChatInfo.Builder messageId(String messageId)
-
replyChainMessageId
public ChatInfo.Builder replyChainMessageId(String replyChainMessageId)
-
threadId
public ChatInfo.Builder threadId(String threadId)
-
build
public ChatInfo build()
-
-