Class SessionObserveResponse.Data.Result.Builder
-
- All Implemented Interfaces:
public final class SessionObserveResponse.Data.Result.BuilderA builder for Result.
-
-
Method Summary
-
-
Method Detail
-
description
final SessionObserveResponse.Data.Result.Builder description(String description)
Human-readable description of the action
-
description
final SessionObserveResponse.Data.Result.Builder description(JsonField<String> description)
Sets Builder.description to an arbitrary JSON value.
You should usually call Builder.description with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
selector
final SessionObserveResponse.Data.Result.Builder selector(String selector)
CSS selector or XPath for the element
-
selector
final SessionObserveResponse.Data.Result.Builder selector(JsonField<String> selector)
Sets Builder.selector to an arbitrary JSON value.
You should usually call Builder.selector with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
arguments
final SessionObserveResponse.Data.Result.Builder arguments(List<String> arguments)
Arguments to pass to the method
-
arguments
final SessionObserveResponse.Data.Result.Builder arguments(JsonField<List<String>> arguments)
Sets Builder.arguments to an arbitrary JSON value.
You should usually call Builder.arguments with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addArgument
final SessionObserveResponse.Data.Result.Builder addArgument(String argument)
-
backendNodeId
final SessionObserveResponse.Data.Result.Builder backendNodeId(Double backendNodeId)
Backend node ID for the element
-
backendNodeId
final SessionObserveResponse.Data.Result.Builder backendNodeId(JsonField<Double> backendNodeId)
Sets Builder.backendNodeId to an arbitrary JSON value.
You should usually call Builder.backendNodeId with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
method
final SessionObserveResponse.Data.Result.Builder method(String method)
The method to execute (click, fill, etc.)
-
method
final SessionObserveResponse.Data.Result.Builder method(JsonField<String> method)
Sets Builder.method to an arbitrary JSON value.
You should usually call Builder.method 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 SessionObserveResponse.Data.Result.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final SessionObserveResponse.Data.Result.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final SessionObserveResponse.Data.Result.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final SessionObserveResponse.Data.Result.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final SessionObserveResponse.Data.Result.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final SessionObserveResponse.Data.Result build()
Returns an immutable instance of Result.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.description() .selector()
-
-
-
-