public class MessageRule extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
MessageRuleActions |
actions
The Actions.
|
MessageRulePredicates |
conditions
The Conditions.
|
java.lang.String |
displayName
The Display Name.
|
MessageRulePredicates |
exceptions
The Exceptions.
|
java.lang.Boolean |
hasError
The Has Error.
|
java.lang.Boolean |
isEnabled
The Is Enabled.
|
java.lang.Boolean |
isReadOnly
The Is Read Only.
|
java.lang.Integer |
sequence
The Sequence.
|
| Constructor and Description |
|---|
MessageRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="actions",
alternate="Actions")
@Expose
@Nullable
public MessageRuleActions actions
@SerializedName(value="conditions",
alternate="Conditions")
@Expose
@Nullable
public MessageRulePredicates conditions
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="exceptions",
alternate="Exceptions")
@Expose
@Nullable
public MessageRulePredicates exceptions
@SerializedName(value="hasError",
alternate="HasError")
@Expose
@Nullable
public java.lang.Boolean hasError
@SerializedName(value="isEnabled",
alternate="IsEnabled")
@Expose
@Nullable
public java.lang.Boolean isEnabled
@SerializedName(value="isReadOnly",
alternate="IsReadOnly")
@Expose
@Nullable
public java.lang.Boolean isReadOnly
@SerializedName(value="sequence",
alternate="Sequence")
@Expose
@Nullable
public java.lang.Integer sequence
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to