Package com.braintrustdata.api.models
Class TopLevelHelloWorldParams
-
- All Implemented Interfaces:
-
com.braintrustdata.api.core.Params
public final class TopLevelHelloWorldParams implements Params
Default endpoint. Simply replies with 'Hello, World!'. Authorization is not required
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTopLevelHelloWorldParams.BuilderA builder for TopLevelHelloWorldParams.
-
Method Summary
Modifier and Type Method Description final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final TopLevelHelloWorldParams.BuildertoBuilder()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static TopLevelHelloWorldParamsnone()final static TopLevelHelloWorldParams.Builderbuilder()Returns a mutable builder for constructing an instance of TopLevelHelloWorldParams. -
-
Method Detail
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final TopLevelHelloWorldParams.Builder toBuilder()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static TopLevelHelloWorldParams none()
-
builder
final static TopLevelHelloWorldParams.Builder builder()
Returns a mutable builder for constructing an instance of TopLevelHelloWorldParams.
-
-
-
-