Interface EnabledCriteria
- All Known Subinterfaces:
UserModifiableFilter
- All Known Implementing Classes:
BasicCoreCriteria,BasicLocationRequestCriteria,BasicUserEventFilter,BasicUserMetadataFilter
public interface EnabledCriteria
Search criteria for enabled-state data.
-
Method Summary
Modifier and TypeMethodDescriptionGet the enabled flag.default booleanTest if this filter has any enabled criteria.
-
Method Details
-
getEnabled
Boolean getEnabled()Get the enabled flag.- Returns:
- the true or false to filter by that state, or null to not filter
-
hasEnabledCriteria
default boolean hasEnabledCriteria()Test if this filter has any enabled criteria.- Returns:
- true if the enabled is non-null
-