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

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

public class BooleanFilter<U extends RequestBase>
extends Object

Author:
sangeetha

Constructor Summary
BooleanFilter(String paramName, U req)
           
 
Method Summary
 U is(Boolean value)
           
 U isPresent(boolean value)
           
 BooleanFilter<U> supportsPresenceOperator(boolean supportsPresenceOperator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanFilter

public BooleanFilter(String paramName,
                     U req)
Method Detail

is

public U is(Boolean value)

supportsPresenceOperator

public BooleanFilter<U> supportsPresenceOperator(boolean supportsPresenceOperator)

isPresent

public U isPresent(boolean value)


Copyright © 2019 ChargeBee. All Rights Reserved.