Class Filter

java.lang.Object
io.stargate.sdk.http.domain.Filter

public class Filter extends Object
Encoding Filter.
Author:
Cedrick LUNVEN (@clunven)
  • Constructor Details

    • Filter

      public Filter(String fieldName, FilterOperator cond, Object val)
      Full fledge constructor
      Parameters:
      fieldName - field to filter on
      cond - condition for the filter
      val - value for the filter
  • Method Details