public static class FunctionCall.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FunctionCall.Builder |
arguments(String arguments)
Arguments for the function call as a JSON string.
|
FunctionCall |
build() |
FunctionCall.Builder |
copy(FunctionCall model) |
FunctionCall.Builder |
name(String name)
Name of the function to be executed.
|
public FunctionCall.Builder name(String name)
Name of the function to be executed.
name
- the value to setpublic FunctionCall.Builder arguments(String arguments)
Arguments for the function call as a JSON string.
arguments
- the value to setpublic FunctionCall build()
public FunctionCall.Builder copy(FunctionCall model)
Copyright © 2016–2025. All rights reserved.