Uses of Enum Class
cloud.opencode.base.email.query.EmailQuery.SortOrder
Packages that use EmailQuery.SortOrder
-
Uses of EmailQuery.SortOrder in cloud.opencode.base.email.query
Subclasses with type arguments of type EmailQuery.SortOrder in cloud.opencode.base.email.queryModifier and TypeClassDescriptionstatic enumSort order for email queries 邮件查询排序顺序Methods in cloud.opencode.base.email.query that return EmailQuery.SortOrderModifier and TypeMethodDescriptionEmailQuery.sortOrder()Returns the value of thesortOrderrecord component.static EmailQuery.SortOrderReturns the enum constant of this class with the specified name.static EmailQuery.SortOrder[]EmailQuery.SortOrder.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 EmailQuery.SortOrderModifier and TypeMethodDescriptionEmailQuery.Builder.sortBy(EmailQuery.SortOrder sortOrder) Set sort order 设置排序顺序Constructors in cloud.opencode.base.email.query with parameters of type EmailQuery.SortOrderModifierConstructorDescriptionEmailQuery(String folder, LocalDateTime fromDate, LocalDateTime toDate, Set<String> from, Set<String> to, String subjectContains, String bodyContains, boolean unreadOnly, boolean flaggedOnly, boolean hasAttachments, boolean includeDeleted, int limit, int offset, EmailQuery.SortOrder sortOrder) Creates an instance of aEmailQueryrecord class.