Class SearchCriteria.AttributeMatchClause

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

    @JsonObject("AttributeMatchClause")
    public static class SearchCriteria.AttributeMatchClause
    extends SearchCriteria.MatchClause
    A MatchClause for checking that an attribute equals a desired value.
    See Also:
    Serialized Form
    • Constructor Detail

      • AttributeMatchClause

        protected AttributeMatchClause​(SearchCriteria.MatchClauseAttribute attribute,
                                       java.lang.String desiredValue)
        Factory method to create a MatchClause matching on a specific attribute.
        Parameters:
        attribute - The attribute to compare against.
        desiredValue - The desired value of the attribute.