public class MailSearchFolder extends MailFolder implements com.microsoft.graph.serializer.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 |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="filterQuery",
alternate="FilterQuery")
@Expose
@Nullable
public java.lang.String filterQuery
@SerializedName(value="includeNestedFolders",
alternate="IncludeNestedFolders")
@Expose
@Nullable
public java.lang.Boolean includeNestedFolders
@SerializedName(value="isSupported",
alternate="IsSupported")
@Expose
@Nullable
public java.lang.Boolean isSupported
@SerializedName(value="sourceFolderIds",
alternate="SourceFolderIds")
@Expose
@Nullable
public java.util.List<java.lang.String> sourceFolderIds
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 MailFolderserializer - the serializerjson - the JSON object to set this object to