Class IntegerPropertyImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<IntegerFilterProperty>
io.camunda.client.impl.search.filter.builder.IntegerPropertyImpl
- All Implemented Interfaces:
ComparisonProperty<Integer,,IntegerProperty> IntegerProperty,PropertyBase<Integer,IntegerProperty>
public class IntegerPropertyImpl
extends TypedSearchRequestPropertyProvider<IntegerFilterProperty>
implements IntegerProperty
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
IntegerPropertyImpl
public IntegerPropertyImpl()
-
-
Method Details
-
eq
- Specified by:
eqin interfacePropertyBase<Integer,IntegerProperty>
-
neq
- Specified by:
neqin interfacePropertyBase<Integer,IntegerProperty>
-
exists
- Specified by:
existsin interfacePropertyBase<Integer,IntegerProperty>
-
in
- Specified by:
inin interfacePropertyBase<Integer,IntegerProperty>
-
in
- Specified by:
inin interfacePropertyBase<Integer,IntegerProperty>
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<IntegerFilterProperty>
-
gt
- Specified by:
gtin interfaceComparisonProperty<Integer,IntegerProperty>
-
gte
- Specified by:
gtein interfaceComparisonProperty<Integer,IntegerProperty>
-
lt
- Specified by:
ltin interfaceComparisonProperty<Integer,IntegerProperty>
-
lte
- Specified by:
ltein interfaceComparisonProperty<Integer,IntegerProperty>
-