public class QueryManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
QueryManager() |
protected |
QueryManager(QueryManager.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
QueryInsightsV2026R0 |
createQueryInsightV2026R0(QueryInsightsRequestBodyV2026R0 requestBody)
Computes aggregated metrics over Box items matching a query predicate.
|
QueryInsightsV2026R0 |
createQueryInsightV2026R0(QueryInsightsRequestBodyV2026R0 requestBody,
CreateQueryInsightV2026R0Headers headers)
Computes aggregated metrics over Box items matching a query predicate.
|
QueryResultsV2026R0 |
createQueryV2026R0(QueryRequestBodyV2026R0 requestBody)
Runs a query to discover Box items using a logical predicate that can filter across item fields
and metadata templates.
|
QueryResultsV2026R0 |
createQueryV2026R0(QueryRequestBodyV2026R0 requestBody,
CreateQueryV2026R0Headers headers)
Runs a query to discover Box items using a logical predicate that can filter across item fields
and metadata templates.
|
Authentication |
getAuth() |
NetworkSession |
getNetworkSession() |
public Authentication auth
public NetworkSession networkSession
public QueryManager()
protected QueryManager(QueryManager.Builder builder)
public QueryResultsV2026R0 createQueryV2026R0(QueryRequestBodyV2026R0 requestBody)
requestBody - Request body of createQueryV2026R0 methodpublic QueryResultsV2026R0 createQueryV2026R0(QueryRequestBodyV2026R0 requestBody, CreateQueryV2026R0Headers headers)
requestBody - Request body of createQueryV2026R0 methodheaders - Headers of createQueryV2026R0 methodpublic QueryInsightsV2026R0 createQueryInsightV2026R0(QueryInsightsRequestBodyV2026R0 requestBody)
requestBody - Request body of createQueryInsightV2026R0 methodpublic QueryInsightsV2026R0 createQueryInsightV2026R0(QueryInsightsRequestBodyV2026R0 requestBody, CreateQueryInsightV2026R0Headers headers)
requestBody - Request body of createQueryInsightV2026R0 methodheaders - Headers of createQueryInsightV2026R0 methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()