Package com.openai.core
Interface Params
-
- All Implemented Interfaces:
public interface Params
An interface representing parameters passed to a service method.
-
-
Method Summary
Modifier and Type Method Description abstract Headers
_headers()
The full set of headers in the parameters, including both fixed and additional headers. abstract QueryParams
_queryParams()
The full set of query params in the parameters, including both fixed and additional query params. -
-
Method Detail
-
_headers
abstract Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
abstract QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
-
-
-