-
public final class RequestNodeRequestRequest object containing input parameters for the DOMDomain.requestNode command.
-
-
Constructor Summary
Constructors Constructor Description RequestNodeRequest(String objectId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final RequestNodeRequestcopy(String objectId)final StringgetObjectId()JavaScript object id to convert into node. -
-
Constructor Detail
-
RequestNodeRequest
RequestNodeRequest(String objectId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final RequestNodeRequest copy(String objectId)
-
getObjectId
final String getObjectId()
JavaScript object id to convert into node.
-
-
-
-