Interface ComparisonProperty<T,SELF extends PropertyBase<T,SELF>>

All Superinterfaces:
PropertyBase<T,SELF>
All Known Subinterfaces:
DateTimeProperty, IntegerProperty
All Known Implementing Classes:
DateTimePropertyImpl, IntegerPropertyImpl

public interface ComparisonProperty<T,SELF extends PropertyBase<T,SELF>> extends PropertyBase<T,SELF>
  • Method Summary

    Modifier and Type
    Method
    Description
    gt(T value)
     
    gte(T value)
     
    lt(T value)
     
    lte(T value)
     

    Methods inherited from interface io.camunda.client.api.search.filter.builder.PropertyBase

    eq, exists, in, in, neq
  • Method Details