com.chargebee.filters
Class TimestampFilter<U extends RequestBase>

java.lang.Object
  extended by com.chargebee.filters.DateFilter<Timestamp,U>
      extended by com.chargebee.filters.TimestampFilter<U>
Type Parameters:
U -

public class TimestampFilter<U extends RequestBase>
extends DateFilter<Timestamp,U>

Author:
sangeetha

Constructor Summary
TimestampFilter(String paramName, U req)
           
 
Method Summary
 TimestampFilter<U> supportsPresenceOperator(boolean supportsPresenceOperator)
           
 
Methods inherited from class com.chargebee.filters.DateFilter
after, before, between, isPresent, on
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampFilter

public TimestampFilter(String paramName,
                       U req)
Method Detail

supportsPresenceOperator

public TimestampFilter<U> supportsPresenceOperator(boolean supportsPresenceOperator)
Overrides:
supportsPresenceOperator in class DateFilter<Timestamp,U extends RequestBase>


Copyright © 2019 ChargeBee. All Rights Reserved.