io.voucherify.client.model.Operator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of voucherify-java-sdk Show documentation
Show all versions of voucherify-java-sdk Show documentation
Voucherify-java-sdk is a Java client (can be used in Android application as well) which was created to simplify integration with Voucherify backend (http://www.voucherify.io)
package io.voucherify.client.model;
public enum Operator {
$in, $not_in, $is, $is_not, $has_value, $is_unknown, $contains, $starts_with, $ends_with, $more_than, $less_than, $less_than_or_equal, $more_than_or_equal, $less_than_equal, $more_than_equal
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy