Interface ExpandedTypeaheadV1Request.QueryStage
-
- All Known Implementing Classes:
ExpandedTypeaheadV1Request.Builder
- Enclosing class:
- ExpandedTypeaheadV1Request
public static interface ExpandedTypeaheadV1Request.QueryStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpandedTypeaheadV1Request.Builderfrom(ExpandedTypeaheadV1Request other)ExpandedTypeaheadV1Request._FinalStagequery(java.lang.String query)Typeahead search query
-
-
-
Method Detail
-
query
ExpandedTypeaheadV1Request._FinalStage query(@NotNull java.lang.String query)
Typeahead search query
-
from
ExpandedTypeaheadV1Request.Builder from(ExpandedTypeaheadV1Request other)
-
-