T
U
public class DateFilter<T extends Date,U extends RequestBase> extends Object
DateFilter(String paramName, U req)
after(T value)
before(T value)
between(T value1, T value2)
isPresent(boolean value)
on(T value)
DateFilter<T,U>
supportsPresenceOperator(boolean supportsPresenceOperator)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateFilter(String paramName, U req)
public DateFilter<T,U> supportsPresenceOperator(boolean supportsPresenceOperator)
public U on(T value)
public U before(T value)
public U after(T value)
public U between(T value1, T value2)
public U isPresent(boolean value)
Copyright © 2023 ChargeBee. All rights reserved.