Class SessionActParams.Options.Model.GenericModelConfigObject.Headers
-
- All Implemented Interfaces:
public final class SessionActParams.Options.Model.GenericModelConfigObject.HeadersCustom headers sent with every request to the model provider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionActParams.Options.Model.GenericModelConfigObject.Headers.BuilderA builder for Headers.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final SessionActParams.Options.Model.GenericModelConfigObject.Headers.BuildertoBuilder()final SessionActParams.Options.Model.GenericModelConfigObject.Headersvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionActParams.Options.Model.GenericModelConfigObject.Headers.Builderbuilder()Returns a mutable builder for constructing an instance of Headers. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final SessionActParams.Options.Model.GenericModelConfigObject.Headers validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static SessionActParams.Options.Model.GenericModelConfigObject.Headers.Builder builder()
Returns a mutable builder for constructing an instance of Headers.
-
-
-
-