Uses of Class
ai.vectros.resources.documents.requests.UpdateDocumentRequest
Packages that use UpdateDocumentRequest
-
Uses of UpdateDocumentRequest in ai.vectros.resources.documents
Methods in ai.vectros.resources.documents with parameters of type UpdateDocumentRequestModifier and TypeMethodDescriptionAsyncDocumentsClient.updateDocument(String id, UpdateDocumentRequest request) Replaces the mutable fields of a document.AsyncDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.AsyncRawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request) Replaces the mutable fields of a document.AsyncRawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.DocumentsClient.updateDocument(String id, UpdateDocumentRequest request) Replaces the mutable fields of a document.DocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.RawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request) Replaces the mutable fields of a document.RawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document. -
Uses of UpdateDocumentRequest in ai.vectros.resources.documents.requests
Methods in ai.vectros.resources.documents.requests that return UpdateDocumentRequestModifier and TypeMethodDescriptionUpdateDocumentRequest._FinalStage.build()UpdateDocumentRequest.Builder.build()Methods in ai.vectros.resources.documents.requests with parameters of type UpdateDocumentRequestModifier and TypeMethodDescriptionUpdateDocumentRequest.BodyStage.from(UpdateDocumentRequest other) UpdateDocumentRequest.Builder.from(UpdateDocumentRequest other)