Package org.genesys.blocks.model.filters
Class InstantFilter
- java.lang.Object
-
- org.genesys.blocks.model.filters.TemporalFilterBase<InstantFilter,Instant>
-
- org.genesys.blocks.model.filters.InstantFilter
-
- All Implemented Interfaces:
Serializable,Filter,PropertyFilter<InstantFilter,com.querydsl.core.types.dsl.TemporalExpression<Instant>>
@Deprecated public class InstantFilter extends TemporalFilterBase<InstantFilter,Instant>
Deprecated.UseTemporalFilter<Instant> instead.Utility filtering forInstanttype.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.genesys.blocks.model.filters.TemporalFilterBase
ge, gt, le, lt
-
-
Constructor Summary
Constructors Constructor Description InstantFilter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description InstantFiltercopyFilter()Deprecated.Make a deep copy of the filter-
Methods inherited from class org.genesys.blocks.model.filters.TemporalFilterBase
buildQuery, isEmpty
-
-
-
-
Method Detail
-
copyFilter
public InstantFilter copyFilter()
Deprecated.Description copied from interface:PropertyFilterMake a deep copy of the filter- Returns:
- a full copy of the filter
-
-