Uses of Enum Class
org.alfresco.search.model.RequestQuery.LanguageEnum
Packages that use RequestQuery.LanguageEnum
-
Uses of RequestQuery.LanguageEnum in org.alfresco.search.model
Methods in org.alfresco.search.model that return RequestQuery.LanguageEnumModifier and TypeMethodDescriptionstatic RequestQuery.LanguageEnumRequestQuery.getLanguage()The query language in which the query is written.static RequestQuery.LanguageEnumReturns the enum constant of this class with the specified name.static RequestQuery.LanguageEnum[]RequestQuery.LanguageEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.search.model with parameters of type RequestQuery.LanguageEnumModifier and TypeMethodDescriptionRequestQuery.language(RequestQuery.LanguageEnum language) voidRequestQuery.setLanguage(RequestQuery.LanguageEnum language)