Uses of Class
odata.msgraph.client.beta.enums.UserNewMessageRestriction
-
Packages that use UserNewMessageRestriction Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of UserNewMessageRestriction in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as UserNewMessageRestriction Modifier and Type Field Description protected UserNewMessageRestrictionChannelModerationSettings. userNewMessageRestrictionMethods in odata.msgraph.client.beta.complex that return types with arguments of type UserNewMessageRestriction Modifier and Type Method Description Optional<UserNewMessageRestriction>ChannelModerationSettings. getUserNewMessageRestriction()Methods in odata.msgraph.client.beta.complex with parameters of type UserNewMessageRestriction Modifier and Type Method Description ChannelModerationSettings.BuilderChannelModerationSettings.Builder. userNewMessageRestriction(UserNewMessageRestriction userNewMessageRestriction)ChannelModerationSettingsChannelModerationSettings. withUserNewMessageRestriction(UserNewMessageRestriction userNewMessageRestriction) -
Uses of UserNewMessageRestriction in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return UserNewMessageRestriction Modifier and Type Method Description static UserNewMessageRestrictionUserNewMessageRestriction. valueOf(String name)Returns the enum constant of this type with the specified name.static UserNewMessageRestriction[]UserNewMessageRestriction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-