Class SearchCriteria.PropertyMatchClause

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

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

      • PropertyMatchClause

        protected PropertyMatchClause​(java.lang.String propertyCode,
                                      java.lang.String desiredValue)
        Factory method to create a MatchClause matching against a specific property.
        Parameters:
        propertyCode - The property to compare against.
        desiredValue - The desired value of the property.
    • Method Detail

      • getPropertyCode

        public java.lang.String getPropertyCode()
        Return the code of the property to compare against.