Class QueryOptions.Builder
java.lang.Object
de.hybris.platform.jalo.flexiblesearch.QueryOptions.Builder
- Enclosing class:
- QueryOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withCount(int count) withDontNeedTotal(boolean dontNeedTotal) withFailOnUnknownFields(boolean failOnUnknownFields) withResultAttributes(List<QueryOptions.Attribute> attributes) withResultClasses(List<Class<?>> resultClasses) withStart(int start) withTypeExclusive(boolean typeExclusive) withValues(Map<String, Object> values)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withQuery
-
withValues
-
withTypeExclusive
-
withResultClasses
-
withFailOnUnknownFields
-
withDontNeedTotal
-
withStart
-
withCount
-
withHints
-
withResultAttributes
-
getResultAttributes
-
build
-