Class SearchCriteria.AttributeMatchClause

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

    • AttributeMatchClause

      protected AttributeMatchClause(SearchCriteria.MatchClauseAttribute attribute, 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.
  • Method Details