com.chargebee.filters
Class EnumFilter<T,U extends RequestBase>
java.lang.Object
com.chargebee.filters.EnumFilter<T,U>
- Type Parameters:
T - The enum typeU -
public class EnumFilter<T,U extends RequestBase>
- extends Object
- Author:
- sangeetha
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumFilter
public EnumFilter(String paramName,
U req)
supportsPresenceOperator
public EnumFilter<T,U> supportsPresenceOperator(boolean supportsPresenceOperator)
is
public U is(T value)
isNot
public U isNot(T value)
in
public U in(T... value)
notIn
public U notIn(T... value)
isPresent
public U isPresent(boolean value)
Copyright © 2019 ChargeBee. All Rights Reserved.