MicrosoftGraphMessageRule |
MicrosoftGraphMessageRule.withActions(MicrosoftGraphMessageRuleActions actions) |
Set the actions property: messageRuleActions.
|
MicrosoftGraphMessageRule |
MicrosoftGraphMessageRule.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: messageRule.
|
MicrosoftGraphMessageRule |
MicrosoftGraphMessageRule.withConditions(MicrosoftGraphMessageRulePredicates conditions) |
Set the conditions property: messageRulePredicates.
|
MicrosoftGraphMessageRule |
MicrosoftGraphMessageRule.withDisplayName(String displayName) |
Set the displayName property: The display name of the rule.
|
MicrosoftGraphMessageRule |
MicrosoftGraphMessageRule.withExceptions(MicrosoftGraphMessageRulePredicates exceptions) |
Set the exceptions property: messageRulePredicates.
|
MicrosoftGraphMessageRule |
MicrosoftGraphMessageRule.withHasError(Boolean hasError) |
Set the hasError property: Indicates whether the rule is in an error condition.
|
MicrosoftGraphMessageRule |
MicrosoftGraphMessageRule.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphMessageRule |
MicrosoftGraphMessageRule.withIsEnabled(Boolean isEnabled) |
Set the isEnabled property: Indicates whether the rule is enabled to be applied to messages.
|
MicrosoftGraphMessageRule |
MicrosoftGraphMessageRule.withIsReadOnly(Boolean isReadOnly) |
Set the isReadOnly property: Indicates if the rule is read-only and cannot be modified or deleted by the rules
REST API.
|
MicrosoftGraphMessageRule |
MicrosoftGraphMessageRule.withSequence(Integer sequence) |
Set the sequence property: Indicates the order in which the rule is executed, among other rules.
|