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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="isSupported") @Expose public java.lang.Boolean isSupported
@SerializedName(value="includeNestedFolders") @Expose public java.lang.Boolean includeNestedFolders
@SerializedName(value="sourceFolderIds") @Expose public java.util.List<java.lang.String> sourceFolderIds
@SerializedName(value="filterQuery") @Expose public java.lang.String filterQuery
public com.google.gson.JsonObject getRawObject()
getRawObject
in class MailFolder
protected ISerializer getSerializer()
getSerializer
in class MailFolder
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class MailFolder
serializer
- the serializerjson
- the JSON object to set this object to