Enum Class FilterMatchTypeEnum

java.lang.Object
java.lang.Enum<FilterMatchTypeEnum>
org.opfab.cards.model.FilterMatchTypeEnum
All Implemented Interfaces:
Serializable, Comparable<FilterMatchTypeEnum>, Constable

public enum FilterMatchTypeEnum extends Enum<FilterMatchTypeEnum>
Type of match to do between column value and filter value Note : This enum is created by hand because Swagger can't handle enums. It should match the corresponding enum definition in the Cards API.