Uses of Class
ai.vectros.types.DocumentLookupPage.Builder
Packages that use DocumentLookupPage.Builder
-
Uses of DocumentLookupPage.Builder in ai.vectros.types
Methods in ai.vectros.types that return DocumentLookupPage.BuilderModifier and TypeMethodDescriptionDocumentLookupPage.Builder.additionalProperties(Map<String, Object> additionalProperties) DocumentLookupPage.Builder.additionalProperty(String key, Object value) static DocumentLookupPage.BuilderDocumentLookupPage.builder()DocumentLookupPage.Builder.data(List<DocumentResponse> data) DocumentLookupPage.Builder.data(Optional<List<DocumentResponse>> data) The items on this page, in the endpoint's natural order.DocumentLookupPage.Builder.from(DocumentLookupPage other) DocumentLookupPage.Builder.nextCursor(Nullable<String> nextCursor) DocumentLookupPage.Builder.nextCursor(String nextCursor) DocumentLookupPage.Builder.nextCursor(Optional<String> nextCursor) An opaque cursor for the next page.