Class SessionStartParams.Browser.LaunchOptions.Proxy.Builder
-
- All Implemented Interfaces:
public final class SessionStartParams.Browser.LaunchOptions.Proxy.BuilderA builder for Proxy.
-
-
Method Summary
-
-
Method Detail
-
server
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder server(String server)
-
server
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder server(JsonField<String> server)
Sets Builder.server to an arbitrary JSON value.
You should usually call Builder.server with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
bypass
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder bypass(String bypass)
-
bypass
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder bypass(JsonField<String> bypass)
Sets Builder.bypass to an arbitrary JSON value.
You should usually call Builder.bypass with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
password
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder password(String password)
-
password
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder password(JsonField<String> password)
Sets Builder.password to an arbitrary JSON value.
You should usually call Builder.password with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
username
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder username(String username)
-
username
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder username(JsonField<String> username)
Sets Builder.username to an arbitrary JSON value.
You should usually call Builder.username with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final SessionStartParams.Browser.LaunchOptions.Proxy.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final SessionStartParams.Browser.LaunchOptions.Proxy build()
Returns an immutable instance of Proxy.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.server()
-
-
-
-