All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.harness.cf.client.api.Operators Maven / Gradle / Ivy

The newest version!
package io.harness.cf.client.api;

interface Operators {

  String STARTS_WITH = "starts_with";
  String ENDS_WITH = "ends_with";
  String MATCH = "match";
  String CONTAINS = "contains";
  String EQUAL = "equal";
  String EQUAL_SENSITIVE = "equal_sensitive";
  String IN = "in";
  String SEGMENT_MATCH = "segmentMatch";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy