Uses of Class
odata.msgraph.client.beta.entity.MessageRule
-
Packages that use MessageRule Package Description odata.msgraph.client.beta.entity -
-
Uses of MessageRule in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return MessageRule Modifier and Type Method Description MessageRuleMessageRule.Builder. build()MessageRuleMessageRule. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MessageRuleMessageRule. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MessageRuleMessageRule. withActions(MessageRuleActions actions)MessageRuleMessageRule. withConditions(MessageRulePredicates conditions)MessageRuleMessageRule. withDisplayName(String displayName)MessageRuleMessageRule. withExceptions(MessageRulePredicates exceptions)MessageRuleMessageRule. withHasError(Boolean hasError)MessageRuleMessageRule. withIsEnabled(Boolean isEnabled)MessageRuleMessageRule. withIsReadOnly(Boolean isReadOnly)MessageRuleMessageRule. withSequence(Integer sequence)MessageRuleMessageRule. withUnmappedField(String name, String value)
-