| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
MessageRule |
MessageRule.Builder.build() |
MessageRule |
MessageRule.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
MessageRule |
MessageRule.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
MessageRule |
MessageRule.withActions(MessageRuleActions actions) |
MessageRule |
MessageRule.withConditions(MessageRulePredicates conditions) |
MessageRule |
MessageRule.withDisplayName(String displayName) |
MessageRule |
MessageRule.withExceptions(MessageRulePredicates exceptions) |
MessageRule |
MessageRule.withHasError(Boolean hasError) |
MessageRule |
MessageRule.withIsEnabled(Boolean isEnabled) |
MessageRule |
MessageRule.withIsReadOnly(Boolean isReadOnly) |
MessageRule |
MessageRule.withSequence(Integer sequence) |
Copyright © 2018–2020. All rights reserved.