public class CommentExpression extends Object implements Expression
Expression.Operator
Modifier and Type | Field and Description |
---|---|
private boolean |
_includeNonValidated |
private boolean |
_includeValidated |
Constructor and Description |
---|
CommentExpression(boolean includeValidated,
boolean includeNonValidated)
Constructor.
|
private boolean _includeValidated
private boolean _includeNonValidated
public CommentExpression(boolean includeValidated, boolean includeNonValidated)
includeValidated
- will request contents with validated commentsincludeNonValidated
- will request contents with non validated commentspublic String build()
Expression
build
in interface Expression