Class ChannelModerationSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ChannelModerationSettings.Builder
-
- Enclosing class:
- ChannelModerationSettings
public static final class ChannelModerationSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelModerationSettings.BuilderallowNewMessageFromBots(Boolean allowNewMessageFromBots)ChannelModerationSettings.BuilderallowNewMessageFromConnectors(Boolean allowNewMessageFromConnectors)ChannelModerationSettingsbuild()ChannelModerationSettings.BuilderreplyRestriction(ReplyRestriction replyRestriction)ChannelModerationSettings.BuilderuserNewMessageRestriction(UserNewMessageRestriction userNewMessageRestriction)
-
-
-
Method Detail
-
allowNewMessageFromBots
public ChannelModerationSettings.Builder allowNewMessageFromBots(Boolean allowNewMessageFromBots)
-
allowNewMessageFromConnectors
public ChannelModerationSettings.Builder allowNewMessageFromConnectors(Boolean allowNewMessageFromConnectors)
-
replyRestriction
public ChannelModerationSettings.Builder replyRestriction(ReplyRestriction replyRestriction)
-
userNewMessageRestriction
public ChannelModerationSettings.Builder userNewMessageRestriction(UserNewMessageRestriction userNewMessageRestriction)
-
build
public ChannelModerationSettings build()
-
-