B
- The implementation type of the builder, which should expose a build()
method.
This type is backend-specific, as the parameters to the build method may vary from one backend to another.public interface SearchSortBuilder<B>
Modifier and Type | Method and Description |
---|---|
void |
order(SortOrder order) |
B |
toImplementation() |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.