eu.xenit.apix.search.SearchQueryConsistency Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apix-interface Show documentation
Show all versions of apix-interface Show documentation
Xenit API-X Java interface
package eu.xenit.apix.search;
/**
* Enum that represents the consistency of the search query. Can be transactional, eventual or transactional if possible.
*/
public enum SearchQueryConsistency {
EVENTUAL,
TRANSACTIONAL,
TRANSACTIONAL_IF_POSSIBLE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy