Class RealtimeSessionCreateResponse.Tool.McpTool.Headers
-
- All Implemented Interfaces:
public final class RealtimeSessionCreateResponse.Tool.McpTool.HeadersOptional HTTP headers to send to the MCP server. Use for authentication or other purposes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRealtimeSessionCreateResponse.Tool.McpTool.Headers.BuilderA builder for Headers.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final RealtimeSessionCreateResponse.Tool.McpTool.Headers.BuildertoBuilder()final RealtimeSessionCreateResponse.Tool.McpTool.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 RealtimeSessionCreateResponse.Tool.McpTool.Headers.Builderbuilder()Returns a mutable builder for constructing an instance of Headers. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RealtimeSessionCreateResponse.Tool.McpTool.Headers.Builder toBuilder()
-
validate
final RealtimeSessionCreateResponse.Tool.McpTool.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 RealtimeSessionCreateResponse.Tool.McpTool.Headers.Builder builder()
Returns a mutable builder for constructing an instance of Headers.
-
-
-
-