Uses of Class
com.atlassian.confluence.search.v2.ClauseType
-
Packages that use ClauseType Package Description com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of ClauseType in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return ClauseType Modifier and Type Method Description ClauseTypeSubClause. getClauseType()static ClauseTypeClauseType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClauseType[]ClauseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.search.v2 with parameters of type ClauseType Constructor Description SubClause(T query, ClauseType clauseType)
-