Class SessionNavigateParams.Body
-
- All Implemented Interfaces:
public final class SessionNavigateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionNavigateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Stringurl()URL to navigate to final Optional<String>frameId()Target frame ID for the navigation final Optional<SessionNavigateParams.Options>options()final Optional<Boolean>streamResponse()Whether to stream the response via SSE final JsonField<String>_url()Returns the raw JSON value of url. final JsonField<String>_frameId()Returns the raw JSON value of frameId. final JsonField<SessionNavigateParams.Options>_options()Returns the raw JSON value of options. final JsonField<Boolean>_streamResponse()Returns the raw JSON value of streamResponse. final Map<String, JsonValue>_additionalProperties()final SessionNavigateParams.Body.BuildertoBuilder()final SessionNavigateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionNavigateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
options
final Optional<SessionNavigateParams.Options> options()
-
streamResponse
final Optional<Boolean> streamResponse()
Whether to stream the response via SSE
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_frameId
final JsonField<String> _frameId()
Returns the raw JSON value of frameId.
Unlike frameId, this method doesn't throw if the JSON field has an unexpected type.
-
_options
final JsonField<SessionNavigateParams.Options> _options()
Returns the raw JSON value of options.
Unlike options, this method doesn't throw if the JSON field has an unexpected type.
-
_streamResponse
final JsonField<Boolean> _streamResponse()
Returns the raw JSON value of streamResponse.
Unlike streamResponse, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionNavigateParams.Body.Builder toBuilder()
-
validate
final SessionNavigateParams.Body validate()
-
builder
final static SessionNavigateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.url()
-
-
-
-