Uses of Enum Class
cloud.opencode.base.email.query.EmailFolder
Packages that use EmailFolder
-
Uses of EmailFolder in cloud.opencode.base.email.query
Subclasses with type arguments of type EmailFolder in cloud.opencode.base.email.queryMethods in cloud.opencode.base.email.query that return EmailFolderModifier and TypeMethodDescriptionstatic EmailFolderFind folder enum by name (case-insensitive) 根据名称查找文件夹枚举(不区分大小写)static EmailFolderReturns the enum constant of this class with the specified name.static EmailFolder[]EmailFolder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.email.query with parameters of type EmailFolderModifier and TypeMethodDescriptionEmailQuery.Builder.folder(EmailFolder folder) Set the folder to query 设置要查询的文件夹static EmailQueryEmailQuery.forFolder(EmailFolder folder) Create a query for all emails in folder 创建查询文件夹中所有邮件的查询