Class SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder
-
- All Implemented Interfaces:
public final class SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.BuilderA builder for Screen.
-
-
Method Summary
-
-
Method Detail
-
maxHeight
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder maxHeight(Double maxHeight)
-
maxHeight
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder maxHeight(JsonField<Double> maxHeight)
Sets Builder.maxHeight to an arbitrary JSON value.
You should usually call Builder.maxHeight with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
maxWidth
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder maxWidth(Double maxWidth)
-
maxWidth
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder maxWidth(JsonField<Double> maxWidth)
Sets Builder.maxWidth to an arbitrary JSON value.
You should usually call Builder.maxWidth with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
minHeight
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder minHeight(Double minHeight)
-
minHeight
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder minHeight(JsonField<Double> minHeight)
Sets Builder.minHeight to an arbitrary JSON value.
You should usually call Builder.minHeight with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
minWidth
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder minWidth(Double minWidth)
-
minWidth
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder minWidth(JsonField<Double> minWidth)
Sets Builder.minWidth to an arbitrary JSON value.
You should usually call Builder.minWidth with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint.Screen build()
Returns an immutable instance of Screen.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-