Package com.independentsoft.graph.mails
Class MailSearchFolder
java.lang.Object
com.independentsoft.graph.mails.MailSearchFolder
- All Implemented Interfaces:
ICreatable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()intintbooleanbooleanvoidsetDisplayName(String displayName)voidsetFilterQuery(String filterQuery)voidsetIncludeNestedFolders(boolean includeNestedFolders)Converts this object to its JSON representation for creation.
-
Constructor Details
-
MailSearchFolder
public MailSearchFolder() -
MailSearchFolder
-
-
Method Details
-
getId
-
getDisplayName
-
setDisplayName
-
isIncludeNestedFolders
public boolean isIncludeNestedFolders() -
setIncludeNestedFolders
public void setIncludeNestedFolders(boolean includeNestedFolders) -
getSourceFolderIds
-
getFilterQuery
-
setFilterQuery
-
isSupported
public boolean isSupported() -
getParentFolderId
-
getTotalItemCount
public int getTotalItemCount() -
getUnreadItemCount
public int getUnreadItemCount() -
getChildFolderCount
public int getChildFolderCount() -
toCreateJson
Description copied from interface:ICreatableConverts this object to its JSON representation for creation.This method generates a JSON string containing all properties needed to create a new instance of this resource in Microsoft Graph. Only properties appropriate for creation should be included (e.g., excluding read-only properties like ID, createdTime, etc.).
- Specified by:
toCreateJsonin interfaceICreatable- Returns:
- JSON string representation for creating this resource
-