Uses of Class
org.openapitools.client.model.SearchChunkQueryResponseBody
-
Packages that use SearchChunkQueryResponseBody Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of SearchChunkQueryResponseBody in org.openapitools.client.api
Methods in org.openapitools.client.api that return SearchChunkQueryResponseBody Modifier and Type Method Description SearchChunkQueryResponseBodyChunkApi. searchChunk(String trDataset, SearchChunkData searchChunkData)Search Search This route provides the primary search functionality for the API.Methods in org.openapitools.client.api that return types with arguments of type SearchChunkQueryResponseBody Modifier and Type Method Description ApiResponse<SearchChunkQueryResponseBody>ChunkApi. searchChunkWithHttpInfo(@NotNull String trDataset, @NotNull SearchChunkData searchChunkData)Search Search This route provides the primary search functionality for the API.Method parameters in org.openapitools.client.api with type arguments of type SearchChunkQueryResponseBody Modifier and Type Method Description okhttp3.CallChunkApi. searchChunkAsync(String trDataset, SearchChunkData searchChunkData, ApiCallback<SearchChunkQueryResponseBody> _callback)Search (asynchronously) Search This route provides the primary search functionality for the API. -
Uses of SearchChunkQueryResponseBody in org.openapitools.client.model
Methods in org.openapitools.client.model that return SearchChunkQueryResponseBody Modifier and Type Method Description SearchChunkQueryResponseBodySearchChunkQueryResponseBody. addScoreChunksItem(ScoreChunkDTO scoreChunksItem)static SearchChunkQueryResponseBodySearchChunkQueryResponseBody. fromJson(String jsonString)Create an instance of SearchChunkQueryResponseBody given an JSON stringSearchChunkQueryResponseBodySearchChunkQueryResponseBody. scoreChunks(List<@Valid ScoreChunkDTO> scoreChunks)SearchChunkQueryResponseBodySearchChunkQueryResponseBody. totalChunkPages(Long totalChunkPages)
-