Class UpdateRecordRequest.Builder
- All Implemented Interfaces:
UpdateRecordRequest._FinalStage,UpdateRecordRequest.BodyStage
- Enclosing class:
UpdateRecordRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) allowClear(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.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.body(@NotNull RecordRequest body) build()from(UpdateRecordRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceUpdateRecordRequest.BodyStage
-
body
- Specified by:
bodyin interfaceUpdateRecordRequest.BodyStage
-
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.- Specified by:
allowClearin interfaceUpdateRecordRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
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.- Specified by:
allowClearin interfaceUpdateRecordRequest._FinalStage
-
build
- Specified by:
buildin interfaceUpdateRecordRequest._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceUpdateRecordRequest._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceUpdateRecordRequest._FinalStage
-