Interface QueryValidationResponse


public interface QueryValidationResponse
Represents the result of a query validation execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the validated query string.
  • Method Details

    • getQueryString

      String getQueryString()
      Retrieves the validated query string. If tokens are used, then the tokens in the query string are resolved.
      Returns:
      the validated query string