Package odata.msgraph.client.complex
Class ChannelMembersNotificationRecipient.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.ChannelMembersNotificationRecipient.Builder
-
- Enclosing class:
- ChannelMembersNotificationRecipient
public static final class ChannelMembersNotificationRecipient.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelMembersNotificationRecipientbuild()ChannelMembersNotificationRecipient.BuilderchannelId(String channelId)ChannelMembersNotificationRecipient.BuilderteamId(String teamId)
-
-
-
Method Detail
-
channelId
public ChannelMembersNotificationRecipient.Builder channelId(String channelId)
-
teamId
public ChannelMembersNotificationRecipient.Builder teamId(String teamId)
-
build
public ChannelMembersNotificationRecipient build()
-
-