Updated code for call pagination filter
This commit is contained in:
@@ -4,14 +4,14 @@ import com.fasterxml.jackson.annotation.JsonValue;
|
|||||||
|
|
||||||
|
|
||||||
public enum MatchModeEnum {
|
public enum MatchModeEnum {
|
||||||
STARTSWITH("Starts with"),
|
STARTSWITH("starts with"),
|
||||||
ENDSWITH("Ends with"),
|
ENDSWITH("ends with"),
|
||||||
CONTAINS("Contains"),
|
CONTAINS("contains"),
|
||||||
EQUALS("Equals"),
|
EQUALS("equals"),
|
||||||
DATEIS("Date is"),
|
DATEIS("date is"),
|
||||||
DATEISNOT("Date is not"),
|
DATEISNOT("date is not"),
|
||||||
BEFORE("Date is before"),
|
BEFORE("date is before"),
|
||||||
AFTER("Date is after");
|
AFTER("date is after");
|
||||||
|
|
||||||
private String value;
|
private String value;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user