Class IsGreaterThan

java.lang.Object
com.independentsoft.graph.queryoptions.IsGreaterThan
All Implemented Interfaces:
ICondition

public class IsGreaterThan extends Object implements ICondition
  • Constructor Details

    • IsGreaterThan

      public IsGreaterThan(String propertyName, long value)
    • IsGreaterThan

      public IsGreaterThan(String propertyName, double value)
    • IsGreaterThan

      public IsGreaterThan(String propertyName, Date value)
  • Method Details