Interface UpdateRecordRequest._FinalStage
- All Known Implementing Classes:
UpdateRecordRequest.Builder
- Enclosing class:
UpdateRecordRequest
public static interface UpdateRecordRequest._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 submittedpayloadomits (or sends as null) a stored field that a list or lookup response returns only as an indexed projection (a large record whose payload is stored externally), the update is rejected unless you setallowClear=trueto confirm that clearing those fields is intended.build()
-
Method Details
-
build
UpdateRecordRequest build() -
additionalProperty
-
additionalProperties
-
allowClear
A
PUTis a full replacement: if the submittedpayloadomits (or sends as null) a stored field that a list or lookup response returns only as an indexed projection (a large record 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
-