public class MailSearchFolder extends MailFolder implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
filterQuery
The Filter Query.
|
java.lang.Boolean |
includeNestedFolders
The Include Nested Folders.
|
java.lang.Boolean |
isSupported
The Is Supported.
|
java.util.List<java.lang.String> |
sourceFolderIds
The Source Folder Ids.
|
childFolderCount, childFolders, displayName, messageRules, messages, multiValueExtendedProperties, parentFolderId, singleValueExtendedProperties, totalItemCount, unreadItemCount| Constructor and Description |
|---|
MailSearchFolder() |
| Modifier and Type | Method and Description |
|---|---|
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
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="filterQuery",
alternate="FilterQuery")
@Expose
public java.lang.String filterQuery
@SerializedName(value="includeNestedFolders",
alternate="IncludeNestedFolders")
@Expose
public java.lang.Boolean includeNestedFolders
@SerializedName(value="isSupported",
alternate="IsSupported")
@Expose
public java.lang.Boolean isSupported
@SerializedName(value="sourceFolderIds",
alternate="SourceFolderIds")
@Expose
public java.util.List<java.lang.String> sourceFolderIds
public com.google.gson.JsonObject getRawObject()
getRawObject in class MailFolderprotected ISerializer getSerializer()
getSerializer in class MailFolderpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class MailFolderserializer - the serializerjson - the JSON object to set this object to