
com.mailosaur.models.SearchMatchOperator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mailosaur-java Show documentation
Show all versions of mailosaur-java Show documentation
Mailosaur Java Bindings for Email Test Automation
package com.mailosaur.models;
import com.google.api.client.util.Value;
public enum SearchMatchOperator {
@Value("ALL")
ALL,
@Value("ANY")
ANY
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy