Interface SearchArticlesResponse.DataStage
-
- All Known Implementing Classes:
SearchArticlesResponse.Builder
- Enclosing class:
- SearchArticlesResponse
public static interface SearchArticlesResponse.DataStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchArticlesResponse._FinalStagedata(SearchArticlesResponse.Data data)An object containing the results of the search.
-
-
-
Method Detail
-
data
SearchArticlesResponse._FinalStage data(@NotNull SearchArticlesResponse.Data data)
An object containing the results of the search.
-
-