Class SubClause<T>
- java.lang.Object
-
- com.atlassian.confluence.search.v2.SubClause<T>
-
public class SubClause<T> extends Object
A data class representing a sub clause within a query designed to easy traversal a query tree.- Since:
- 7.14
-
-
Constructor Summary
Constructors Constructor Description SubClause(T query, ClauseType clauseType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getClause()
ClauseType
getClauseType()
-
-
-
Constructor Detail
-
SubClause
public SubClause(T query, ClauseType clauseType)
-
-
Method Detail
-
getClause
public T getClause()
-
getClauseType
public ClauseType getClauseType()
-
-