| Interface | Description |
|---|---|
| ApiRequest |
Interface offering default implementations for the common components of API request objects.
|
| DataApiRequest |
DataApiRequest Request binds, validates, and models the parts of a request to the data endpoint.
|
| DataApiRequestFactory |
Layer of injection to provide preprocessing of BardConfig in response to request parameters and transformation of
request parameters before performing binding in the ApiRequest constructors.
|
| DimensionsApiRequest |
Dimensions API Request.
|
| HavingGenerator |
Generates having maps from having strings.
|
| JobsApiRequest |
Jobs API Request.
|
| MetricsApiRequest |
Metrics API Request.
|
| SlicesApiRequest |
Slices API Request.
|
| TablesApiRequest |
Tables API Request.
|
| Class | Description |
|---|---|
| ApiRequestImpl |
API Request.
|
| DataApiRequestImpl |
Data API Request Implementation binds, validates, and models the parts of a request to the data endpoint.
|
| DefaultDataApiRequestFactory |
An implementation of DataApiRequestFactory that does not modify the initial parameters at all.
|
| DefaultHavingApiGenerator |
Generates having objects based on the having query in the api request.
|
| DimensionsApiRequestImpl |
Dimension API Request Implementation binds, validates, and models the parts of a request to the dimension endpoint.
|
| JobsApiRequestImpl |
Jobs API Request Implementation binds, validates, and models the parts of a request to the jobs endpoint.
|
| MetricsApiRequestImpl |
Metrics API Request Implementation binds, validates, and models the parts of a request to the metrics endpoint.
|
| PerRequestDictionaryHavingGenerator |
A having generator decorator that uses the metrics from the query as the dictionary of metrics for building havings.
|
| SlicesApiRequestImpl |
Slices API Request Implementation binds, validates, and models the parts of a request to the Slices endpoint.
|
| TablesApiRequestImpl |
Tables API Request Implementation binds, validates, and models the parts of a request to the table endpoint.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.