public static class FuncExpressionDTO.Builder
extends java.lang.Object
FuncExpressionDTO.| Modifier and Type | Method and Description | 
|---|---|
| FuncExpressionDTO | build()Builds the function expression. | 
| FuncExpressionDTO.Builder | withFunctionArgs(FunctionArg... functionArgs)Set the function arguments for the function expression. | 
| FuncExpressionDTO.Builder | withFunctionName(java.lang.String functionName)Set the function name for the function expression. | 
public FuncExpressionDTO.Builder withFunctionName(java.lang.String functionName)
functionName - The function name.public FuncExpressionDTO.Builder withFunctionArgs(FunctionArg... functionArgs)
functionArgs - The function arguments.public FuncExpressionDTO build()