Class SearchCriteria.AnyPropertyMatchClause

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

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

      • AnyPropertyMatchClause

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