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

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

public class TimestampFilter<U extends ListRequest>
extends Object

Author:
sangeetha

Constructor Summary
TimestampFilter(String paramName, U req)
           
 
Method Summary
 U after(Timestamp value)
           
 U before(Timestamp value)
           
 U between(Timestamp value1, Timestamp value2)
           
 U isPresent(boolean value)
           
 U on(Timestamp value)
           
 TimestampFilter<U> supportsPresenceOperator(boolean supportsPresenceOperator)
           
 
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)

on

public U on(Timestamp value)

before

public U before(Timestamp value)

after

public U after(Timestamp value)

between

public U between(Timestamp value1,
                 Timestamp value2)

isPresent

public U isPresent(boolean value)


Copyright © 2017 ChargeBee. All Rights Reserved.