public static class ParameterValue.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ParameterValue |
build() |
ParameterValue.Builder |
copy(ParameterValue model) |
ParameterValue.Builder |
rootObjectValue(Object rootObjectValue)
This can be any object such as a file entity, a schema, or a table.
|
ParameterValue.Builder |
simpleValue(Object simpleValue)
A simple value for the parameter.
|
public ParameterValue.Builder simpleValue(Object simpleValue)
A simple value for the parameter.
simpleValue
- the value to setpublic ParameterValue.Builder rootObjectValue(Object rootObjectValue)
This can be any object such as a file entity, a schema, or a table.
rootObjectValue
- the value to setpublic ParameterValue build()
public ParameterValue.Builder copy(ParameterValue model)
Copyright © 2016–2024. All rights reserved.