Package-level declarations
Enum vocabulary for the query parameters shared across this library's request builders: response format, sampling interval, output size, price-series field, moving-average type, Alpha Vantage function code, and treasury maturity.
Most constants serialize to their own Java name, but not all — com.crazzyghost.alphavantage.parameters.MAType, for example, serializes to Alpha Vantage's numeric moving-average-type code rather than its constant name. Each enum's own javadoc documents the actual wire value per constant.