Uses of Class
com.splunk.StringComparison

Packages that use StringComparison
com.splunk   
 

Uses of StringComparison in com.splunk
 

Methods in com.splunk that return StringComparison
static StringComparison StringComparison.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StringComparison[] StringComparison.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.splunk with parameters of type StringComparison
 PivotSpecification PivotSpecification.addFilter(java.lang.String field, StringComparison comparison, java.lang.String comparisonValue)
          Add a filter on a string valued field.