Package odata.msgraph.client.complex
Class ChatMembersNotificationRecipient.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.ChatMembersNotificationRecipient.Builder
-
- Enclosing class:
- ChatMembersNotificationRecipient
public static final class ChatMembersNotificationRecipient.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChatMembersNotificationRecipientbuild()ChatMembersNotificationRecipient.BuilderchatId(String chatId)
-
-
-
Method Detail
-
chatId
public ChatMembersNotificationRecipient.Builder chatId(String chatId)
-
build
public ChatMembersNotificationRecipient build()
-
-