Uses of Enum Class
com.mailosaur.models.SearchMatchOperator
Packages that use SearchMatchOperator
Package
Description
This package contains the models classes for MailosaurClient.
-
Uses of SearchMatchOperator in com.mailosaur.models
Methods in com.mailosaur.models that return SearchMatchOperatorModifier and TypeMethodDescriptionstatic SearchMatchOperatorReturns the enum constant of this class with the specified name.static SearchMatchOperator[]SearchMatchOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mailosaur.models with parameters of type SearchMatchOperatorModifier and TypeMethodDescriptionSearchCriteria.withMatch(SearchMatchOperator match) If set to `ALL` (default), then only results that match all specified criteria will be returned.