Class RagDocumentSearchResponse
- java.lang.Object
-
- com.mindee.v2.parsing.CommonResponse
-
- com.mindee.v2.parsing.search.BaseSearchResponse
-
- com.mindee.v2.search.ragdocuments.RagDocumentSearchResponse
-
@ProductAttributes(slug="rag-documents") public class RagDocumentSearchResponse extends BaseSearchResponse
-
-
Field Summary
-
Fields inherited from class com.mindee.v2.parsing.search.BaseSearchResponse
pagination
-
-
Constructor Summary
Constructors Constructor Description RagDocumentSearchResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>bodyLines()Lines composing the response-specific body (header + items).SearchRagDocumentsgetRagDocuments()-
Methods inherited from class com.mindee.v2.parsing.search.BaseSearchResponse
getPagination, toString
-
Methods inherited from class com.mindee.v2.parsing.CommonResponse
canEqual, equals, getRawResponse, hashCode, setRawResponse
-
-
-
-
Method Detail
-
bodyLines
protected List<String> bodyLines()
Description copied from class:BaseSearchResponseLines composing the response-specific body (header + items).- Specified by:
bodyLinesin classBaseSearchResponse- Returns:
- A list of body lines.
-
getRagDocuments
public SearchRagDocuments getRagDocuments()
-
-