Uses of Interface
ai.vectros.resources.documents.requests.UpdateDocumentRequest._FinalStage
Packages that use UpdateDocumentRequest._FinalStage
-
Uses of UpdateDocumentRequest._FinalStage in ai.vectros.resources.documents.requests
Classes in ai.vectros.resources.documents.requests that implement UpdateDocumentRequest._FinalStageMethods in ai.vectros.resources.documents.requests that return UpdateDocumentRequest._FinalStageModifier and TypeMethodDescriptionUpdateDocumentRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) UpdateDocumentRequest._FinalStage.additionalProperty(String key, Object value) UpdateDocumentRequest._FinalStage.allowClear(Boolean allowClear) UpdateDocumentRequest._FinalStage.allowClear(Optional<Boolean> allowClear) APUTis a full replacement: if the submitted request omits (or sends as null) a stored field that a list or lookup response returns only as an indexed projection (a large document whose payload is stored externally), the update is rejected unless you setallowClear=trueto confirm that clearing those fields is intended.UpdateDocumentRequest.Builder.allowClear(Boolean allowClear) APUTis a full replacement: if the submitted request omits (or sends as null) a stored field that a list or lookup response returns only as an indexed projection (a large document whose payload is stored externally), the update is rejected unless you setallowClear=trueto confirm that clearing those fields is intended.UpdateDocumentRequest.Builder.allowClear(Optional<Boolean> allowClear) APUTis a full replacement: if the submitted request omits (or sends as null) a stored field that a list or lookup response returns only as an indexed projection (a large document whose payload is stored externally), the update is rejected unless you setallowClear=trueto confirm that clearing those fields is intended.UpdateDocumentRequest.BodyStage.body(@NotNull DocumentRequest body) UpdateDocumentRequest.Builder.body(@NotNull DocumentRequest body)