Class SearchCriteria.AnyFieldMatchClause

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SearchCriteria

    @JsonObject("AnyFieldMatchClause")
    public static class SearchCriteria.AnyFieldMatchClause
    extends SearchCriteria.MatchClause
    A MatchClause for checking that any of the properties or attributes equals a desired value.
    See Also:
    Serialized Form
    • Constructor Detail

      • AnyFieldMatchClause

        protected AnyFieldMatchClause​(java.lang.String desiredValue)
        Factory method to create a MatchClause matching against any property or attribute.
        Parameters:
        desiredValue - The desired value of a property or an attribute.