Package com.veeva.vault.sdk.api.query
Interface Query
public interface Query
Represents a VQL query.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a VQL query string representation of the Query.
-
Method Details
-
getQueryString
String getQueryString()Retrieves a VQL query string representation of the Query.This method does not resolve tokens in the query string.
- Returns:
- a VQL query string
-