Interface UpdateDocumentRequest._FinalStage
- All Known Implementing Classes:
UpdateDocumentRequest.Builder
- Enclosing class:
UpdateDocumentRequest
public static interface UpdateDocumentRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) allowClear(Boolean allowClear) 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.build()
-
Method Details
-
build
UpdateDocumentRequest build() -
additionalProperty
-
additionalProperties
-
allowClear
A
PUTis 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. Use PATCH to update without clearing omitted fields. Defaults tofalse. -
allowClear
-