Uses of Class
modules.commons.search.request.RequestOptions
-
Packages that use RequestOptions Package Description modules.commons.search modules.commons.search.request -
-
Uses of RequestOptions in modules.commons.search
Methods in modules.commons.search with parameters of type RequestOptions Modifier and Type Method Description Optional<Document>SearchModule. getDocument(Long id, String language, RequestOptions option)Get Document for a specific languageList<Optional<Document>>SearchModule. getDocument(Long id, List<String> languages, RequestOptions option)Get document id for differet languases -
Uses of RequestOptions in modules.commons.search.request
Methods in modules.commons.search.request that return RequestOptions Modifier and Type Method Description static RequestOptionsRequestOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestOptions[]RequestOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-