All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.switcherapi.client.model.EntryOperation Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
package com.github.switcherapi.client.model;

public enum EntryOperation {
	
	EQUAL,
	NOT_EQUAL,
	EXIST,
	NOT_EXIST,
	GREATER,
	LOWER,
	BETWEEN,
	HAS_ONE,
	HAS_ALL,
	INVALID
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy