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