Class SearchCriteria.PropertyMatchClause

java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.PropertyMatchClause
All Implemented Interfaces:
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:
  • Constructor Details

    • PropertyMatchClause

      protected PropertyMatchClause(String propertyCode, 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 Details

    • getPropertyCode

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