Uses of Class
com.atlassian.confluence.search.contentnames.QueryToken.Type
-
Packages that use QueryToken.Type Package Description com.atlassian.confluence.search.contentnames -
-
Uses of QueryToken.Type in com.atlassian.confluence.search.contentnames
Methods in com.atlassian.confluence.search.contentnames that return QueryToken.Type Modifier and Type Method Description QueryToken.TypeQueryToken. getType()static QueryToken.TypeQueryToken.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryToken.Type[]QueryToken.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.search.contentnames with parameters of type QueryToken.Type Modifier and Type Method Description voidQueryToken. setType(QueryToken.Type type)Constructors in com.atlassian.confluence.search.contentnames with parameters of type QueryToken.Type Constructor Description QueryToken(String text, QueryToken.Type type)
-