-
public final class SetFileInputFilesRequestRequest object containing input parameters for the DOMDomain.setFileInputFiles command.
-
-
Method Summary
Modifier and Type Method Description final List<String>component1()final Integercomponent2()final Integercomponent3()final Stringcomponent4()final SetFileInputFilesRequestcopy(List<String> files, Integer nodeId, Integer backendNodeId, String objectId)final List<String>getFiles()Array of file paths to set. final IntegergetNodeId()Identifier of the node. final IntegergetBackendNodeId()Identifier of the backend node. final StringgetObjectId()JavaScript object id of the node wrapper. -
-
Method Detail
-
component1
final List<String> component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final String component4()
-
copy
final SetFileInputFilesRequest copy(List<String> files, Integer nodeId, Integer backendNodeId, String objectId)
-
getBackendNodeId
final Integer getBackendNodeId()
Identifier of the backend node.
-
getObjectId
final String getObjectId()
JavaScript object id of the node wrapper.
-
-
-
-