Class SessionNavigateParams.Options
-
- All Implemented Interfaces:
public final class SessionNavigateParams.Options
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionNavigateParams.Options.BuilderA builder for Options.
public final classSessionNavigateParams.Options.WaitUntilWhen to consider navigation complete
-
Method Summary
Modifier and Type Method Description final Optional<String>referer()Referer header to send with the request final Optional<Double>timeout()Timeout in ms for the navigation final Optional<SessionNavigateParams.Options.WaitUntil>waitUntil()When to consider navigation complete final JsonField<String>_referer()Returns the raw JSON value of referer. final JsonField<Double>_timeout()Returns the raw JSON value of timeout. final JsonField<SessionNavigateParams.Options.WaitUntil>_waitUntil()Returns the raw JSON value of waitUntil. final Map<String, JsonValue>_additionalProperties()final SessionNavigateParams.Options.BuildertoBuilder()final SessionNavigateParams.Optionsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionNavigateParams.Options.Builderbuilder()Returns a mutable builder for constructing an instance of Options. -
-
Method Detail
-
waitUntil
final Optional<SessionNavigateParams.Options.WaitUntil> waitUntil()
When to consider navigation complete
-
_referer
final JsonField<String> _referer()
Returns the raw JSON value of referer.
Unlike referer, this method doesn't throw if the JSON field has an unexpected type.
-
_timeout
final JsonField<Double> _timeout()
Returns the raw JSON value of timeout.
Unlike timeout, this method doesn't throw if the JSON field has an unexpected type.
-
_waitUntil
final JsonField<SessionNavigateParams.Options.WaitUntil> _waitUntil()
Returns the raw JSON value of waitUntil.
Unlike waitUntil, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionNavigateParams.Options.Builder toBuilder()
-
validate
final SessionNavigateParams.Options 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 SessionNavigateParams.Options.Builder builder()
Returns a mutable builder for constructing an instance of Options.
-
-
-
-