public static class UnparsedExpressionDTO.Builder
extends java.lang.Object
UnparsedExpressionDTO.| Constructor and Description | 
|---|
| Builder() | 
| Modifier and Type | Method and Description | 
|---|---|
| UnparsedExpressionDTO | build()Build the unparsed expression. | 
| UnparsedExpressionDTO.Builder | withUnparsedExpression(java.lang.String unparsedExpression)Set the unparsed expression. | 
public UnparsedExpressionDTO.Builder withUnparsedExpression(java.lang.String unparsedExpression)
unparsedExpression - The unparsed expression.public UnparsedExpressionDTO build()