Class SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Context
-
- All Implemented Interfaces:
public final class SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Context
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Context.BuilderA builder for Context.
-
Method Summary
Modifier and Type Method Description final Stringid()final Optional<Boolean>persist()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Boolean>_persist()Returns the raw JSON value of persist. final Map<String, JsonValue>_additionalProperties()final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Context.BuildertoBuilder()final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Contextvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Context.Builderbuilder()Returns a mutable builder for constructing an instance of Context. -
-
Method Detail
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_persist
final JsonField<Boolean> _persist()
Returns the raw JSON value of persist.
Unlike persist, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Context.Builder toBuilder()
-
validate
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Context 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 SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Context.Builder builder()
Returns a mutable builder for constructing an instance of Context.
The following fields are required:
.id()
-
-
-
-