public class MessageRuleActions extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
assignCategories
The Assign Categories.
|
java.lang.String |
copyToFolder
The Copy To Folder.
|
java.lang.Boolean |
delete
The Delete.
|
java.util.List<Recipient> |
forwardAsAttachmentTo
The Forward As Attachment To.
|
java.util.List<Recipient> |
forwardTo
The Forward To.
|
java.lang.Boolean |
markAsRead
The Mark As Read.
|
Importance |
markImportance
The Mark Importance.
|
java.lang.String |
moveToFolder
The Move To Folder.
|
java.lang.String |
oDataType |
java.lang.Boolean |
permanentDelete
The Permanent Delete.
|
java.util.List<Recipient> |
redirectTo
The Redirect To.
|
java.lang.Boolean |
stopProcessingRules
The Stop Processing Rules.
|
| Constructor and Description |
|---|
MessageRuleActions() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="moveToFolder") @Expose public java.lang.String moveToFolder
@SerializedName(value="copyToFolder") @Expose public java.lang.String copyToFolder
@SerializedName(value="delete") @Expose public java.lang.Boolean delete
@SerializedName(value="permanentDelete") @Expose public java.lang.Boolean permanentDelete
@SerializedName(value="markAsRead") @Expose public java.lang.Boolean markAsRead
@SerializedName(value="markImportance") @Expose public Importance markImportance
@SerializedName(value="forwardTo") @Expose public java.util.List<Recipient> forwardTo
@SerializedName(value="forwardAsAttachmentTo") @Expose public java.util.List<Recipient> forwardAsAttachmentTo
@SerializedName(value="redirectTo") @Expose public java.util.List<Recipient> redirectTo
@SerializedName(value="assignCategories") @Expose public java.util.List<java.lang.String> assignCategories
@SerializedName(value="stopProcessingRules") @Expose public java.lang.Boolean stopProcessingRules
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to