public class UnparsedExpressionDTO extends java.lang.Object implements UnparsedExpression, FunctionArg
| Modifier and Type | Class and Description | 
|---|---|
| static class  | UnparsedExpressionDTO.BuilderBuilder for  UnparsedExpressionDTO. | 
UnparsedExpression.UnparsedExpressionImplFunctionArg.ArgTypeEMPTY_ARGSEMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Modifier and Type | Method and Description | 
|---|---|
| FunctionArg.ArgType | argType()Arguments type of the function. | 
| static UnparsedExpressionDTO.Builder | builder() | 
| java.lang.String | toString() | 
| java.lang.String | unparsedExpression() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchildren, ofvalidatereferencespublic java.lang.String unparsedExpression()
unparsedExpression in interface UnparsedExpressionpublic FunctionArg.ArgType argType()
FunctionArgargType in interface FunctionArgpublic java.lang.String toString()
toString in class java.lang.Objectpublic static UnparsedExpressionDTO.Builder builder()
UnparsedExpressionDTO.