public static class JobOutBind.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JobOutBind |
build() |
JobOutBind.Builder |
copy(JobOutBind model) |
JobOutBind.Builder |
dataType(JobOutBind.DataType dataType)
The datatype of the out-bind variable.
|
JobOutBind.Builder |
position(Integer position)
The position of the out-bind variable.
|
public JobOutBind.Builder position(Integer position)
The position of the out-bind variable.
position
- the value to setpublic JobOutBind.Builder dataType(JobOutBind.DataType dataType)
The datatype of the out-bind variable.
dataType
- the value to setpublic JobOutBind build()
public JobOutBind.Builder copy(JobOutBind model)
Copyright © 2016–2024. All rights reserved.