com.github.switcherapi.client.model.EntryOperation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of switcher-client Show documentation
Show all versions of switcher-client Show documentation
Switcher Client SDK for working with Switcher API
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